A3DRWParamsExportJTData Struct Reference
A structure that specifies parameters used to write the model file to JT format. More...
Data Fields | |
A3DBool | m_bWriteHiddenObjects |
A3DBool | m_bWritePMI |
A3DEJTVersion | m_eJTVersion |
A3DEWriteGeomTessMode | m_eWriteGeomTessMode |
A3DUns16 | m_usStructSize |
Detailed Description
A structure that specifies parameters used to write the model file to JT format.
- Version
- 6.0
Field Documentation
A3DUns16 A3DRWParamsExportJTData::m_usStructSize |
Reserved; must be initialized by A3D_INITIALIZE_DATA.
A3DEWriteGeomTessMode A3DRWParamsExportJTData::m_eWriteGeomTessMode |
Enum to set the content to write (Geometry and/or Tessellation).
A3DBool A3DRWParamsExportJTData::m_bWriteHiddenObjects |
Export or not hidden objects.
A3DBool A3DRWParamsExportJTData::m_bWritePMI |
Export or not PMI.
A3DEJTVersion A3DRWParamsExportJTData::m_eJTVersion |
JT Version to export.
- Version
- 9.2