
#########################
A3DRWParamsExportStepData
#########################

.. c:struct:: A3DRWParamsExportStepData

   A structure that specifies parameters used to write the model file to a STEP format. 
   
   
      3.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DRWParamsExportStepData.m_eStepFormat`
   * :c:member:`~A3DRWParamsExportStepData.m_bSaveFacetedToWireframe`
   * :c:member:`~A3DRWParamsExportStepData.m_bSaveAnalyticsToNurbs`
   * :c:member:`~A3DRWParamsExportStepData.m_bUseShortNames`
   * :c:member:`~A3DRWParamsExportStepData.m_pcApplication`
   * :c:member:`~A3DRWParamsExportStepData.m_pcVersion`
   * :c:member:`~A3DRWParamsExportStepData.m_bWritePMI`
   * :c:member:`~A3DRWParamsExportStepData.m_bWriteAttributes`
   * :c:member:`~A3DRWParamsExportStepData.m_bWriteUVCurves`
   * :c:member:`~A3DRWParamsExportStepData.m_pcConfig`
   * :c:member:`~A3DRWParamsExportStepData.m_bWriteValidationProperties`
   * :c:member:`~A3DRWParamsExportStepData.m_bWritePMIWithSemantic`
   * :c:member:`~A3DRWParamsExportStepData.m_bWritePMIAsTessellated`
   * :c:member:`~A3DRWParamsExportStepData.m_pcUser`
   * :c:member:`~A3DRWParamsExportStepData.m_pcOrganisation`
   * :c:member:`~A3DRWParamsExportStepData.m_pcAuthorisation`
   * :c:member:`~A3DRWParamsExportStepData.m_bKeepSurfacesDomain`
   
   



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

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


.. c:member:: A3DEStepFormat A3DRWParamsExportStepData.m_eStepFormat

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DEStepFormat`
      
      Determines the STEP format. 
      
      if the file extension is .stpZ the file will be compressed. 
      
      
         10.2 
      
      



.. c:member:: A3DBool A3DRWParamsExportStepData.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 A3DRWParamsExportStepData.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 A3DRWParamsExportStepData.m_bUseShortNames

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A value of ``TRUE`` shortens entity names to reduce the file size. 
      
      It is not recommended to use that option as not all CAD software are able to import such files. Not available in AP242. 
      



.. c:member:: A3DUTF8Char* A3DRWParamsExportStepData.m_pcApplication

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



.. c:member:: A3DUTF8Char* A3DRWParamsExportStepData.m_pcVersion

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



.. c:member:: A3DBool A3DRWParamsExportStepData.m_bWritePMI

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Export or not PMI. 
      
      Only available for AP242 
      
      
         9.1 
      
      



.. c:member:: A3DBool A3DRWParamsExportStepData.m_bWriteAttributes

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Export or not Attributes. 
      
      Only available for AP242 
      
      
         9.1 
      
      



.. c:member:: A3DBool A3DRWParamsExportStepData.m_bWriteUVCurves

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Export PCURVE + 3D Curve on B-rep. 
      
      
         9.1 
      
      



.. c:member:: A3DUTF8Char* A3DRWParamsExportStepData.m_pcConfig

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Export only the configuration with this name. 
      
      
         9.1 
      
      



.. c:member:: A3DBool A3DRWParamsExportStepData.m_bWriteValidationProperties

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Compute and Export ValidationPropertiess. 
      
      Only available for AP242 
      
      
         9.2 
      
      



.. c:member:: A3DBool A3DRWParamsExportStepData.m_bWritePMIWithSemantic

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      if m_bWritePMI is true, also export PMIs semantic information (in addition to tessellation). 
      
      Only available for AP242 
      
      
         10.1 
      
      



.. c:member:: A3DBool A3DRWParamsExportStepData.m_bWritePMIAsTessellated

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      if m_bWritePMI is true, export PMIs as Tessellated rather than polyline. 
      
      Files are bigger with this option. Only available for AP242 
      
      
         10.1 
      
      



.. c:member:: A3DUTF8Char* A3DRWParamsExportStepData.m_pcUser

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      User name (will be reported in the output file). 
      
      If NULL, the system user name will be output. 
      



.. c:member:: A3DUTF8Char* A3DRWParamsExportStepData.m_pcOrganisation

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Organisation name (will be reported in the output file). 
      
      If NULL, "Unknown organisation" will be output. 
      



.. c:member:: A3DUTF8Char* A3DRWParamsExportStepData.m_pcAuthorisation

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Authorisation name (will be reported in the output file). 
      
      If NULL, "Unknown authorisation" will be output. 
      



.. c:member:: A3DBool A3DRWParamsExportStepData.m_bKeepSurfacesDomain

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      if m_bKeepSurfacesDomain is ``A3D_TRUE``\ , the exported surfaces are not trimmed. 
      
      Default is ``A3D_FALSE`` 
      




