BodyByEquationBuilderStlFileUnitTypes Enumeration

NXOpen.Features.BodyByEquationBuilder.StlFileUnitTypes is an alias for NXOpen.Features.BodyByEquationBuilderStlFileUnitTypes

class NXOpen.Features.BodyByEquationBuilderStlFileUnitTypes

Bases: object

The option to specify the size of an STL unit (e.g. selecting Millimeters means that every STL unit is represented as 1 mm within the NX work part). The unit the work part is in does not matter.

Enum Members

Enum Member Enum Member Description
Meters STL unit is meters.
Millimeters STL unit is millimeters.
Inches STL unit is inches.
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.