A3DRWParamsExportIgesData

struct A3DRWParamsExportIgesData

Specifies parameters used to write the model file to IGES format.

Variables

A3DBool A3DRWParamsExportIgesData.m_bSaveAnalyticsToNurbs

Determines the format for saving analytic surfaces, such as cylinders, cones, planes, and so forth.

  • A value of A3D_TRUEconverts all analytics to NURBS surfaces.
  • A value of A3D_FALSEkeeps analytics as analytics.
A3DBool A3DRWParamsExportIgesData.m_bSaveFacetedToWireframe

Determines if entities are faceted or exported as wireframes.

  • A value of A3D_TRUEsave polyedrics as wireframe.
  • A value of A3D_FALSEsave polyedrics as faces.
A3DBool A3DRWParamsExportIgesData.m_bSaveSolidsAsFaces

Specifies how solids are written.

  • With a value of A3D_TRUE, solids are written as independent faces.
  • With a value of A3D_FALSE, solid topology is kept.
A3DBool A3DRWParamsExportIgesData.m_bWriteHiddenObjects

A value of A3D_TRUEincludes any hidden entities in the exported file.

A3DBool A3DRWParamsExportIgesData.m_bWriteTessellation

If A3D_TRUEtessellations will be converted to bodies. if A3D_FALSEtessellations will be ignored.

A3DUTF8Char *A3DRWParamsExportIgesData.m_pcApplication

Application name (will be reported in the output file).

A3DUTF8Char *A3DRWParamsExportIgesData.m_pcVersion

Application version (will be reported in the output file).