A structure that specifies parameters used to write the model file to Parasolid format. More...
A structure that specifies parameters used to write the model file to Parasolid format.
A3DUns16 A3DRWParamsExportParasolidData::m_usStructSize |
Reserved; must be initialized by A3D_INITIALIZE_DATA.
A3DBool A3DRWParamsExportParasolidData::m_bSaveSolidsAsFaces |
Specifies how solids are written.
TRUE
, solids are written as independent faces. FALSE
, solid topology is kept. A3DBool A3DRWParamsExportParasolidData::m_bWriteTessellation |
If TRUE
tessellations will be converted to bodies. If FALSE
tessellations will be ignored.
A3DBool A3DRWParamsExportParasolidData::m_bWriteBlankedEntities |
Write blanked entities (hidden entities become visible).
const A3DUTF8Char* A3DRWParamsExportParasolidData::m_pcApplication |
Application name (will be reported in the output file).
const A3DUTF8Char* A3DRWParamsExportParasolidData::m_pcVersion |
Application version (will be reported in the output file).
A3DBool A3DRWParamsExportParasolidData::m_bBStrictAssemblyStructure |
Internal use only.