NX Open C++ Reference Guide
|
Used to import an STL file into the work part. More...
Used to import an STL file into the work part.
To obtain an instance of this class use ImportManager::CreateStlImporter .
Created in NX5.0.0.
Returns the angular tolerance.
Created in NX5.0.0.
License requirements : None
Returns the Display Information flag.
True if the Display Information flag is on.
Created in NX5.0.0.
License requirements : None
Returns the file format.
Created in NX5.0.0.
License requirements : None
Returns the file units.
Created in NX5.0.0.
License requirements : None
bool NXOpen::STLImporter::HideSmoothEdges | ( | ) |
Returns the Hide Smooth Edges flag.
True if the Hide Smooth Edges flag is on.
Created in NX5.0.0.
License requirements : None
void NXOpen::STLImporter::SetAngularTolerance | ( | NXOpen::STLImporter::AngularToleranceType | angularTolerance | ) |
Sets the angular tolerance.
Created in NX5.0.0.
License requirements : None
angularTolerance | angular tolerance |
void NXOpen::STLImporter::SetDisplayInformation | ( | bool | displayInformation | ) |
Sets the Display Information flag.
True if the Display Information flag is on.
Created in NX5.0.0.
License requirements : None
displayInformation | display information |
void NXOpen::STLImporter::SetFileFormat | ( | NXOpen::STLImporter::FileFormatType | fileFormat | ) |
Sets the file format.
Created in NX5.0.0.
License requirements : None
fileFormat | file format |
void NXOpen::STLImporter::SetFileUnits | ( | NXOpen::STLImporter::FileUnitsType | fileUnits | ) |
Sets the file units.
Created in NX5.0.0.
License requirements : None
fileUnits | file units |
void NXOpen::STLImporter::SetHideSmoothEdges | ( | bool | hideSmoothEdges | ) |
Sets the Hide Smooth Edges flag.
True if the Hide Smooth Edges flag is on.
Created in NX5.0.0.
License requirements : None
hideSmoothEdges | hide smooth edges |