
#########################
A3DRWParamsExportIgesData
#########################

.. c:struct:: A3DRWParamsExportIgesData

   Specifies parameters used to write the model file to IGES format.
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DRWParamsExportIgesData.m_bSaveAnalyticsToNurbs`
   * :c:member:`~A3DRWParamsExportIgesData.m_bSaveFacetedToWireframe`
   * :c:member:`~A3DRWParamsExportIgesData.m_bSaveSolidsAsFaces`
   * :c:member:`~A3DRWParamsExportIgesData.m_bWriteHiddenObjects`
   * :c:member:`~A3DRWParamsExportIgesData.m_bWriteTessellation`
   * :c:member:`~A3DRWParamsExportIgesData.m_pcApplication`
   * :c:member:`~A3DRWParamsExportIgesData.m_pcVersion`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DBool A3DRWParamsExportIgesData.m_bSaveAnalyticsToNurbs

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Determines the format for saving analytic surfaces, such as cylinders, cones, planes, and so forth.
      
      
      - A value of ``A3D_TRUE``\ converts all analytics to NURBS surfaces.
      - A value of ``A3D_FALSE``\ keeps analytics as analytics.
      



.. c:member:: A3DBool A3DRWParamsExportIgesData.m_bSaveFacetedToWireframe

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Determines if entities are faceted or exported as wireframes.
      
      
      - A value of ``A3D_TRUE``\ save polyedrics as wireframe.
      - A value of ``A3D_FALSE``\ save polyedrics as faces.
      



.. c:member:: A3DBool A3DRWParamsExportIgesData.m_bSaveSolidsAsFaces

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      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.
      



.. c:member:: A3DBool A3DRWParamsExportIgesData.m_bWriteHiddenObjects

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A value of ``A3D_TRUE``\ includes any hidden entities in the exported file.
      



.. c:member:: A3DBool A3DRWParamsExportIgesData.m_bWriteTessellation

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      If ``A3D_TRUE``\ tessellations will be converted to bodies. if ``A3D_FALSE``\ tessellations will be ignored.
      



.. c:member:: A3DUTF8Char* A3DRWParamsExportIgesData.m_pcApplication

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*
      
      Application name (will be reported in the output file).
      



.. c:member:: A3DUTF8Char* A3DRWParamsExportIgesData.m_pcVersion

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*
      
      Application version (will be reported in the output file).
      




