Package empro :: Module empro :: Module material :: Class RoughnessHemisphericalParameters
[frames] | no frames]

Class RoughnessHemisphericalParameters

    core.Updatable --+        
                     |        
       core.Selectable --+    
                         |    
SurfaceRoughnessParameters --+
                             |
                            RoughnessHemisphericalParameters

Concrete surface roughness parameters class, using the multi-level hemispherical model, where rough (=htooth), bbase and dpeaks are specified for each of 3 levels.

Class Hierarchy for RoughnessHemisphericalParameters
Class Hierarchy for RoughnessHemisphericalParameters

constructor RoughnessHemisphericalParameters():

constructor RoughnessHemisphericalParameters(iRough, iBbase, iDpeaks, iL2Rough, iL2Bbase, iL2Dpeaks, iL3Rough, iL3Bbase, iL3Dpeaks):

Instance Methods

Inherited from SurfaceRoughnessParameters: parametersType

Inherited from core.Selectable: clone, isSelected

Inherited from core.Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties
ExpressionNone bbase
The tooth base of the surface roughness.
ExpressionNone dpeaks
The distance between peaks.
ExpressionNone l2bbase
The tooth base of the surface roughness.
ExpressionNone l2dpeaks
The distance between peaks.
ExpressionNone l2rough
The tooth height of the surface roughness.
ExpressionNone l3bbase
The tooth base of the surface roughness.
ExpressionNone l3dpeaks
The distance between peaks.
ExpressionNone l3rough
The tooth height of the surface roughness.
ExpressionNone rough
The tooth height of the surface roughness.

Inherited from core.Selectable: metaData, name, notes

Property Details

bbase

The tooth base of the surface roughness. (level 1)

Type:
ExpressionNone

dpeaks

The distance between peaks. (level 1)

Type:
ExpressionNone

l2bbase

The tooth base of the surface roughness. (level 2)

Type:
ExpressionNone

l2dpeaks

The distance between peaks. (level 2)

Type:
ExpressionNone

l2rough

The tooth height of the surface roughness. (level 2)

Type:
ExpressionNone

l3bbase

The tooth base of the surface roughness. (level 3)

Type:
ExpressionNone

l3dpeaks

The distance between peaks. (level 3)

Type:
ExpressionNone

l3rough

The tooth height of the surface roughness. (level 3)

Type:
ExpressionNone

rough

The tooth height of the surface roughness. (level 1)

Type:
ExpressionNone