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

Class MaterialBase

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

Abstract base class for materials.

Class Hierarchy for MaterialBase
Class Hierarchy for MaterialBase

Instance Methods
string
materialType()
Returns the type of the material.

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

materialType()

 

Returns the type of the material. Possible return values are {Physical,FreeSpace,PML}.

Returns: string