A3DRWParamsExportParasolidData Struct Reference

A structure that specifies parameters used to write the model file to Parasolid format. More...

Data Fields

A3DBool m_bBStrictAssemblyStructure
 
A3DBool m_bExplodeMultiBodies
 
A3DBool m_bSaveSolidsAsFaces
 
A3DBool m_bWriteBlankedEntities
 
A3DBool m_bWriteTessellation
 
const A3DUTF8Charm_pcApplication
 
const A3DUTF8Charm_pcVersion
 
A3DUns16 m_usStructSize
 

Detailed Description

A structure that specifies parameters used to write the model file to Parasolid format.

Version
3.0

Field Documentation

A3DBool A3DRWParamsExportParasolidData::m_bBStrictAssemblyStructure

Internal use only.

A3DBool A3DRWParamsExportParasolidData::m_bExplodeMultiBodies

Explode multi-connexes B-reps into multiple bodies. /version 9.0

A3DBool A3DRWParamsExportParasolidData::m_bSaveSolidsAsFaces

Specifies how solids are written.

  • With a value of TRUE, solids are written as independent faces.
  • With a value of FALSE, solid topology is kept.
A3DBool A3DRWParamsExportParasolidData::m_bWriteBlankedEntities

Write blanked entities (hidden entities become visible).

A3DBool A3DRWParamsExportParasolidData::m_bWriteTessellation

If TRUE tessellations will be converted to bodies. If FALSE tessellations will be ignored.

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).

A3DUns16 A3DRWParamsExportParasolidData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.