A structure that specifies parameters used to write the model file to IGES format. More...
A structure that specifies parameters used to write the model file to IGES format.
A3DUns16 A3DRWParamsExportIgesData::m_usStructSize |
Reserved; must be initialized by A3D_INITIALIZE_DATA.
A3DBool A3DRWParamsExportIgesData::m_bSaveAnalyticsToNurbs |
Determines the format for saving analytic surfaces, such as cylinders, cones, planes, and so forth.
TRUE
converts all analytics to NURBS surfaces. FALSE
keeps analytics as analytics. A3DBool A3DRWParamsExportIgesData::m_bSaveFacetedToWireframe |
Determines if entities are faceted or exported as wireframes.
TRUE
save polyedrics as wireframe. FALSE
save polyedrics as faces. A3DBool A3DRWParamsExportIgesData::m_bSaveSolidsAsFaces |
Specifies how solids are written.
TRUE
, solids are written as independent faces. FALSE
, solid topology is kept. A3DBool A3DRWParamsExportIgesData::m_bWriteHiddenObjects |
A value of TRUE
includes any hidden entities in the exported file.
A3DBool A3DRWParamsExportIgesData::m_bWriteTessellation |
If TRUE
tessellations will be converted to bodies. if FALSE
tessellations will be ignored.
const A3DUTF8Char* A3DRWParamsExportIgesData::m_pcApplication |
Application name (will be reported in the output file).
const A3DUTF8Char* A3DRWParamsExportIgesData::m_pcVersion |
Application version (will be reported in the output file).