A structure that specifies parameters used to write the model file to a STEP format. More...
A structure that specifies parameters used to write the model file to a STEP format.
A3DUns16 A3DRWParamsExportStepData::m_usStructSize |
Reserved; must be initialized by A3D_INITIALIZE_DATA.
A3DEStepFormat A3DRWParamsExportStepData::m_eStepFormat |
Determines the STEP format.
A3DBool A3DRWParamsExportStepData::m_bSaveFacetedToWireframe |
Determines if entities are faceted or exported as wireframes.
TRUE
save polyedrics as wireframe. FALSE
save polyedrics as faces. A3DBool A3DRWParamsExportStepData::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 A3DRWParamsExportStepData::m_bUseShortNames |
A value of TRUE
shortens entity names to reduce the file size.
const A3DUTF8Char* A3DRWParamsExportStepData::m_pcApplication |
Application name (will be reported in the output file).
const A3DUTF8Char* A3DRWParamsExportStepData::m_pcVersion |
Application version (will be reported in the output file).