PhysicalMaterialCategory Enumeration

NXOpen.PhysicalMaterial.Category is an alias for NXOpen.PhysicalMaterialCategory

class NXOpen.PhysicalMaterialCategory

Bases: object

The different categories of materials. The material list generated will be filtered based on the category

Enum Members

Enum Member Enum Member Description
Metals Metals
Plastics Plastics
Polymers Polymers
Ceramics Ceramics
Other Other (Not metal, plastic, etc.)
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.