A3DRWParamsExportIgesData
Fields
Detailed Description
-
struct A3DRWParamsExportIgesData
A structure that specifies parameters used to write the model file to IGES format.
- Version
3.0
Public Members
-
A3DBool m_bSaveAnalyticsToNurbs
Determines the format for saving analytic surfaces, such as cylinders, cones, planes, and so forth.
A value of
TRUE
converts all analytics to NURBS surfaces.A value of
FALSE
keeps analytics as analytics.
-
A3DBool m_bSaveFacetedToWireframe
Determines if entities are faceted or exported as wireframes.
A value of
TRUE
save polyedrics as wireframe.A value of
FALSE
save polyedrics as faces.
-
A3DBool 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 m_bWriteTessellation
If
TRUE
tessellations will be converted to bodies.if
FALSE
tessellations will be ignored.
-
A3DUTF8Char *m_pcApplication
Application name (will be reported in the output file).
-
A3DUTF8Char *m_pcVersion
Application version (will be reported in the output file).