STLImporterFileFormatType Enumeration

NXOpen.STLImporter.FileFormatType is an alias for NXOpen.STLImporterFileFormatType

class NXOpen.STLImporterFileFormatType

Bases: object

Specifies the STL file format.

New in version NX5.0.0.

Enum Members

Enum Member Enum Member Description
Ascii STL file is in ASCII format.
Binary STL file is in binary format.
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.