
########################
A3DRWParamsExport3mfData
########################

.. c:struct:: A3DRWParamsExport3mfData

   A structure that specifies parameters used to write the model file to 3MF format. 
   
   
      10.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DRWParamsExport3mfData.m_bKeepCurrentTessellation`
   * :c:member:`~A3DRWParamsExport3mfData.m_sTessellation`
   * :c:member:`~A3DRWParamsExport3mfData.m_pcDescription`
   * :c:member:`~A3DRWParamsExport3mfData.m_pcCopyright`
   * :c:member:`~A3DRWParamsExport3mfData.m_pcLicenseTerms`
   
   



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

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


.. c:member:: A3DBool A3DRWParamsExport3mfData.m_bKeepCurrentTessellation

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      if true, keep tessellation of the B-rep, otherwise retessellate B-rep using m_sTessellation. 
      



.. c:member:: A3DRWParamsTessellationData A3DRWParamsExport3mfData.m_sTessellation

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DRWParamsTessellationData`
      
      Specifies the tessellation parameters. 
      
      Used when no tessellation is present or if m_bKeepCurrentTessellation is false. 
      



.. c:member:: A3DUTF8Char* A3DRWParamsExport3mfData.m_pcDescription

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



.. c:member:: A3DUTF8Char* A3DRWParamsExport3mfData.m_pcCopyright

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



.. c:member:: A3DUTF8Char* A3DRWParamsExport3mfData.m_pcLicenseTerms

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




