A structure that specifies parameters used to write the model file to PRC format. More...
Data Fields | |
| A3DBool | m_bCompressBrep |
| A3DBool | m_bCompressTessellation |
| A3DBool | m_bRemoveAttributes |
| A3DBool | m_bRemoveBRep |
| A3DECompressBrepType | m_eCompressBrepType |
| A3DUns16 | m_usStructSize |
Detailed Description
A structure that specifies parameters used to write the model file to PRC format.
- Version
- 3.0
Field Documentation
| A3DBool A3DRWParamsExportPrcData::m_bCompressBrep |
Is the B-rep data to be compressed?
| A3DBool A3DRWParamsExportPrcData::m_bCompressTessellation |
A value of TRUE applies lossy compression to polygons.
| A3DBool A3DRWParamsExportPrcData::m_bRemoveAttributes |
Removes attributes from the model. /version 6.1
Removes attributes from the model. /version 6.1.
| A3DBool A3DRWParamsExportPrcData::m_bRemoveBRep |
Removes B-rep data from the model. /version 6.1
Removes B-rep data from the model. /version 6.1.
| A3DECompressBrepType A3DRWParamsExportPrcData::m_eCompressBrepType |
Level of B-rep compression.
| A3DUns16 A3DRWParamsExportPrcData::m_usStructSize |
Reserved; must be initialized by A3D_INITIALIZE_DATA.
