|
NX Open C++ 参考指南 2406 v1.1
|
STL文件创建器 更多...
#include <STLCreator.hxx>
友元 | |
| class | _STLCreatorBuilder |
STL文件创建器
表示用于导出STL数据的STLCreator。 此类通过DexManager创建。 Commit()将返回NULL对象。 要创建此类的新实例,请使用DexManager::CreateStlCreator。 默认值:
| 属性 | 值 |
|---|---|
| AdjacencyTol | 0.058 |
| AngularTol | 18.0 |
| AutoNormalGen | 0 |
| ChordalTol | 0.058 |
| ErrorMessageDisplay | 0 |
| NormalDisplay | 0 |
| OutputType | Binary |
| ReverseNormalDirection | 0 |
| SheetBodyExportOption | IndividualSheets |
| TriangleDisplay | 0 |
创建于NX11.0.0。
| double NXOpen::STLCreator::AdjacencyTol | ( | ) |
Returns the adjacency tol - tolerance for adjacency
Created in NX11.0.0.
License requirements : None
| double NXOpen::STLCreator::AngularTol | ( | ) |
Returns the angular tol - tolerance for angular
Created in NX11.0.0.
License requirements : None
| bool NXOpen::STLCreator::AutoNormalGen | ( | ) |
Returns the Auto Normal Gen - if set to true will generate auto normals
Created in NX11.0.0.
License requirements : None
| double NXOpen::STLCreator::ChordalTol | ( | ) |
Returns the chordal tol - the distance between a chord of the tessellation and the true surface
Created in NX11.0.0.
License requirements : None
| bool NXOpen::STLCreator::ErrorMessageDisplay | ( | ) |
返回错误消息显示状态 - 若为true则显示错误消息
创建于 NX11.0.0.
许可要求 : 无
| NXOpen::SelectNXObjectList * NXOpen::STLCreator::ExportSelectionBlock | ( | ) |
Returns the export selection block - the object selection will be done by this block.
Created in NX11.0.0.
License requirements : None
| NXString NXOpen::STLCreator::HeaderInfo | ( | ) |
返回头部信息 - STL头部信息
创建于 NX11.0.0.
许可要求 : 无
| int NXOpen::STLCreator::NormalDirectionIndicator | ( | ) |
返回法线方向指示器 - STL法线方向指示器
创建于 NX11.0.0.
许可要求 : 无
| bool NXOpen::STLCreator::NormalDisplay | ( | ) |
Returns the Normal Display - if set to true will display normal
Created in NX11.0.0.
License requirements : None
| NXOpen::STLCreator::OutputTypeEnum NXOpen::STLCreator::OutputType | ( | ) |
Returns the output type - this will decide if output type should be binary or text
Created in NX11.0.0.
License requirements : None
| NXOpen::SelectNXObjectList * NXOpen::STLCreator::ReferenceSurfaceSelectionBlock | ( | ) |
Returns the reference surface selection - the object selection will be done by this block.
Created in NX11.0.0.
License requirements : None
| bool NXOpen::STLCreator::ReverseNormalDirection | ( | ) |
返回反向法线方向状态 - 若为true则反转法线方向
创建于 NX11.0.0.
许可要求 : 无
| void NXOpen::STLCreator::SetAdjacencyTol | ( | double | adjacencyTol | ) |
Sets the adjacency tol - tolerance for adjacency
Created in NX11.0.0.
License requirements : None
| adjacencyTol | adjacencytol |
| void NXOpen::STLCreator::SetAngularTol | ( | double | angularTol | ) |
Sets the angular tol - tolerance for angular
Created in NX11.0.0.
License requirements : None
| angularTol | angulartol |
| void NXOpen::STLCreator::SetAutoNormalGen | ( | bool | autoNormalGen | ) |
Sets the Auto Normal Gen - if set to true will generate auto normals
Created in NX11.0.0.
License requirements : None
| autoNormalGen | autonormalgen |
| void NXOpen::STLCreator::SetChordalTol | ( | double | chordalTol | ) |
Sets the chordal tol - the distance between a chord of the tessellation and the true surface
Created in NX11.0.0.
License requirements : None
| chordalTol | chordaltol |
| void NXOpen::STLCreator::SetErrorMessageDisplay | ( | bool | errorMessageDisplay | ) |
设置错误消息显示状态 - 若为true则显示错误消息
创建于 NX11.0.0.
许可要求 : 无
| errorMessageDisplay | errormessagedisplay |
| void NXOpen::STLCreator::SetHeaderInfo | ( | const char * | headerInfo | ) |
设置头部信息 - STL头部信息
创建于 NX11.0.0.
许可要求 : 无
| headerInfo | headerinfo |
| void NXOpen::STLCreator::SetHeaderInfo | ( | const NXString & | headerInfo | ) |
设置头部信息 - STL头部信息
创建于 NX11.0.0.
许可要求 : 无
| headerInfo | headerinfo |
| void NXOpen::STLCreator::SetNormalDirectionIndicator | ( | int | normalDirectionIndicator | ) |
设置法线方向指示器 - STL法线方向指示器
创建于 NX11.0.0.
许可要求 : 无
| normalDirectionIndicator | normaldirectionindicator |
| void NXOpen::STLCreator::SetNormalDisplay | ( | bool | normalDisplay | ) |
Sets the Normal Display - if set to true will display normal
Created in NX11.0.0.
License requirements : None
| normalDisplay | normaldisplay |
| void NXOpen::STLCreator::SetOutputType | ( | NXOpen::STLCreator::OutputTypeEnum | outputType | ) |
Sets the output type - this will decide if output type should be binary or text
Created in NX11.0.0.
License requirements : None
| outputType | outputtype |
| void NXOpen::STLCreator::SetReverseNormalDirection | ( | bool | reverseNormalDirection | ) |
设置反向法线方向状态 - 若为true则反转法线方向
创建于 NX11.0.0.
许可要求 : 无
| reverseNormalDirection | reversenormaldirection |
| void NXOpen::STLCreator::SetSheetBodyExportOption | ( | NXOpen::STLCreator::SheetBodyExportOptionEnum | sheetBodyExportOption | ) |
Sets the Sheet Body Export Option - indicates whether sheet bodies will be joined or faceted as individual sheets
Created in NX11.0.0.
License requirements : None
| sheetBodyExportOption | sheetbodyexportoption |
| void NXOpen::STLCreator::SetTriangleDisplay | ( | bool | triangleDisplay | ) |
设置三角形显示状态 - 若为true则显示三角形
创建于 NX11.0.0.
许可要求 : 无
| triangleDisplay | triangledisplay |
| NXOpen::STLCreator::SheetBodyExportOptionEnum NXOpen::STLCreator::SheetBodyExportOption | ( | ) |
Returns the Sheet Body Export Option - indicates whether sheet bodies will be joined or faceted as individual sheets
Created in NX11.0.0.
License requirements : None
| bool NXOpen::STLCreator::TriangleDisplay | ( | ) |
返回三角形显示状态 - 若为true则显示三角形
创建于 NX11.0.0.
许可要求 : 无