MaterialPropertyType#

class ansys.geometry.core.materials.property.MaterialPropertyType(*args, **kwds)#

Bases: enum.Enum

Enum holding the possible values for MaterialProperty objects.

Overview#

from_id

Return the MaterialPropertyType value from the service.

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 MaterialPropertyType value from the service.

Parameters:
idstr

Geometry Service string representation of a property type.

Returns:
MaterialPropertyType

Common name for property type.