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

Class PhysicalMaterial

core.Updatable --+        
                 |        
   core.Selectable --+    
                     |    
          MaterialBase --+
                         |
                        PhysicalMaterial

The class that represents a physical material with either or both electric and magnetic properties, and surface roughness properties.

Class Hierarchy for PhysicalMaterial
Class Hierarchy for PhysicalMaterial

constructor PhysicalMaterial():

constructor PhysicalMaterial(iElectricProperties):

constructor PhysicalMaterial(iElectricProperties, iMagneticProperties):

constructor PhysicalMaterial(iElectricProperties, iMagneticProperties, iSurfaceRoughnessProperties):

Instance Methods

Inherited from MaterialBase: materialType

Inherited from core.Selectable: clone, isSelected

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

Properties
ElectricPropertiesNone electricProperties
The electric properties.
MagneticPropertiesNone magneticProperties
The magnetic properties.
surfaceRoughnessParametersNone surfaceRoughnessProperties
The surface roughness properties.

Inherited from core.Selectable: metaData, name, notes