PhysicalMaterialType Enumeration

NXOpen.PhysicalMaterial.Type is an alias for NXOpen.PhysicalMaterialType

class NXOpen.PhysicalMaterialType

Bases: object

The different types of materials.

The material list generated will be filtered based on the material type chosen

Enum Members

Enum Member Enum Member Description
Isotropic
Isotropic
Orthotropic
Orthotropic
Anisotropic
Anisotropic
Fluid
Fluid
GeneralHyperelastic
Hyperelastic - General
Mooneyrivlin
Mooney Rivlin
Mooneyrivlintestdata
Mooney Rivlin - test data option
Polynomial
Polynomial
Reducedpolynomial
Reduced Polynomial
Ogden
Ogden
Ogdentestdata
Ogden - test data option
Foam
Foam
Foamtestdata
Foam - test data option
Blatz
Blatz-Ko
Arrudaboyce
Arruda-Boyce
Arrudaboycetestdata
Arruda-Boyce - test data option
Neohooke
Neo Hooke
Neohooketestdata
Neo Hooke - test data option
Marlow
Marlow
Vanderwaals
Van Der Waals
Yeoh
Yeoh
Yeohtestdata
Yeoh - test data option
Gent
Gent
Gasket
Gasket
Gasketbehavior
Gasket Behavior
Shapememoryalloy
Shape Memory Alloy
Sussmanbathe
Sussman-Bathe hyperelastic material
Gasketdisplacement
Gasket with length-based loading
Damageinterface
Damage interface material
Multiplefluid
Multiple fluid material
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.