MaterialPropertyType#
- class ansys.geometry.core.materials.property.MaterialPropertyType(*args, **kwds)#
- Bases: - enum.Enum- Enum holding the possible values for - MaterialPropertyobjects.
Overview#
| Return the  | 
Import detail#
from ansys.geometry.core.materials.property import MaterialPropertyType
Attribute detail#
- MaterialPropertyType.DENSITY = 'Density'#
- MaterialPropertyType.ELASTIC_MODULUS = 'ElasticModulus'#
- MaterialPropertyType.POISSON_RATIO = 'PoissonsRatio'#
- MaterialPropertyType.SHEAR_MODULUS = 'ShearModulus'#
- MaterialPropertyType.SPECIFIC_HEAT = 'SpecificHeat'#
- MaterialPropertyType.TENSILE_STRENGTH = 'TensileStrength'#
- MaterialPropertyType.THERMAL_CONDUCTIVITY = 'ThermalConductivity'#
Method detail#
- static MaterialPropertyType.from_id(id: str) MaterialPropertyType#
- Return the - MaterialPropertyTypevalue from the service.- Parameters:
- idstr
- Geometry Service string representation of a property type. 
 
- id
- Returns:
- MaterialPropertyType
- Common name for property type. 
 
 
 
    