|
NX Open C++ 参考指南 2406 v1.1
|
STL文件导入器 更多...
#include <STLImporter.hxx>
Public 类型 | |
| enum | AngularToleranceType { AngularToleranceTypeCoarse , AngularToleranceTypeMedium , AngularToleranceTypeFine } |
| enum | FileFormatType { FileFormatTypeAscii , FileFormatTypeBinary } |
| enum | FileUnitsType { FileUnitsTypeMeters , FileUnitsTypeMillimeters , FileUnitsTypeInches } |
Public 成员函数 | |
| NXOpen::STLImporter::AngularToleranceType | AngularTolerance () |
| bool | DisplayInformation () |
| NXOpen::STLImporter::FileFormatType | FileFormat () |
| NXOpen::STLImporter::FileUnitsType | FileUnits () |
| bool | HideSmoothEdges () |
| void | SetAngularTolerance (NXOpen::STLImporter::AngularToleranceType angularTolerance) |
| void | SetDisplayInformation (bool displayInformation) |
| void | SetFileFormat (NXOpen::STLImporter::FileFormatType fileFormat) |
| void | SetFileUnits (NXOpen::STLImporter::FileUnitsType fileUnits) |
| void | SetHideSmoothEdges (bool hideSmoothEdges) |
| Public 成员函数 继承自 NXOpen::Importer | |
| NXString | FileName () |
| void | SetFileName (const char *fileName) |
| void | SetFileName (const NXString &fileName) |
| Public 成员函数 继承自 NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| void | Destroy () |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| NXOpen::NXObject * | GetObject () |
| NXOpen::PreviewBuilder * | PreviewBuilder () |
| void | ShowResults () |
| virtual bool | Validate () |
| Public 成员函数 继承自 NXOpen::TaggedObject | |
| tag_t | Tag () const |
友元 | |
| class | _STLImporterBuilder |
STL文件导入器
用于将STL文件导入到工作部件中。
获取此类实例的方法是使用 ImportManager::CreateStlImporter 。
创建于NX5.0.0。
| NXOpen::STLImporter::AngularToleranceType NXOpen::STLImporter::AngularTolerance | ( | ) |
返回角度公差。
创建于NX5.0.0。
许可要求:无
| bool NXOpen::STLImporter::DisplayInformation | ( | ) |
返回显示信息标志。如果该标志为开启状态则返回true。
创建于NX5.0.0。
许可要求:无
| NXOpen::STLImporter::FileFormatType NXOpen::STLImporter::FileFormat | ( | ) |
返回文件格式。
创建于NX5.0.0。
许可要求:无
| NXOpen::STLImporter::FileUnitsType NXOpen::STLImporter::FileUnits | ( | ) |
返回文件单位。
创建于NX5.0.0。
许可要求:无
| bool NXOpen::STLImporter::HideSmoothEdges | ( | ) |
返回隐藏平滑边标志。如果该标志为开启状态则返回true。
创建于NX5.0.0。
许可要求:无
| void NXOpen::STLImporter::SetAngularTolerance | ( | NXOpen::STLImporter::AngularToleranceType | angularTolerance | ) |
设置角度公差。
创建于NX5.0.0。
许可要求:无
| angularTolerance | 角度公差 |
| void NXOpen::STLImporter::SetDisplayInformation | ( | bool | displayInformation | ) |
设置显示信息标志。如果该标志为开启状态则设为true。
创建于NX5.0.0。
许可要求:无
| displayInformation | 显示信息 |
| void NXOpen::STLImporter::SetFileFormat | ( | NXOpen::STLImporter::FileFormatType | fileFormat | ) |
设置文件格式。
创建于NX5.0.0。
许可要求:无
| fileFormat | 文件格式 |
| void NXOpen::STLImporter::SetFileUnits | ( | NXOpen::STLImporter::FileUnitsType | fileUnits | ) |
设置文件单位。
创建于NX5.0.0。
许可要求:无
| fileUnits | 文件单位 |
| void NXOpen::STLImporter::SetHideSmoothEdges | ( | bool | hideSmoothEdges | ) |
设置隐藏平滑边标志。如果该标志为开启状态则设为true。
创建于NX5.0.0。
许可要求:无
| hideSmoothEdges | 隐藏平滑边 |