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

Class SurfaceRoughnessParameters

core.Updatable --+    
                 |    
   core.Selectable --+
                     |
                    SurfaceRoughnessParameters
Known Subclasses:

Defines the base interface for specifying parameters for surface roughness models of materials.

Class Hierarchy for SurfaceRoughnessParameters
Class Hierarchy for SurfaceRoughnessParameters

Instance Methods
string
parametersType()
Returns the type of the parameters at hand.

Inherited from core.Selectable: clone, isSelected

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

Properties

Inherited from core.Selectable: metaData, name, notes

Method Details

parametersType()

 

Returns the type of the parameters at hand. Possible return values are {SmoothSurface,Hammerstad,Hemispherical}.

Returns: string