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

.. c:struct:: A3DRWParamsExportIgesData

   A structure that specifies parameters used to write the model file to IGES format. 
   
   
      3.0 
   
   
   
   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 ``TRUE`` converts all analytics to NURBS surfaces. 
      - A value of ``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 ``TRUE`` save polyedrics as wireframe. 
      - A value of ``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 ``TRUE``\ , solids are written as independent faces. 
      - With a value of ``FALSE``\ , solid topology is kept. 
      



.. c:member:: A3DBool A3DRWParamsExportIgesData.m_bWriteHiddenObjects

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



.. c:member:: A3DBool A3DRWParamsExportIgesData.m_bWriteTessellation

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      If ``TRUE`` tessellations will be converted to bodies. 
      
      if ``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). 
      




