
##############################
A3DRWParamsExportParasolidData
##############################

.. c:struct:: A3DRWParamsExportParasolidData

   A structure that specifies parameters used to write the model file to Parasolid format. 
   
   
      3.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DRWParamsExportParasolidData.m_bSaveSolidsAsFaces`
   * :c:member:`~A3DRWParamsExportParasolidData.m_bWriteTessellation`
   * :c:member:`~A3DRWParamsExportParasolidData.m_bWriteBlankedEntities`
   * :c:member:`~A3DRWParamsExportParasolidData.m_pcApplication`
   * :c:member:`~A3DRWParamsExportParasolidData.m_pcVersion`
   * :c:member:`~A3DRWParamsExportParasolidData.m_bBStrictAssemblyStructure`
   * :c:member:`~A3DRWParamsExportParasolidData.m_bExplodeMultiBodies`
   * :c:member:`~A3DRWParamsExportParasolidData.m_bMakePointsWithCoordinateSystems`
   * :c:member:`~A3DRWParamsExportParasolidData.m_bBinary`
   * :c:member:`~A3DRWParamsExportParasolidData.m_bUseUNameAttribute`
   
   



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

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


.. c:member:: A3DBool A3DRWParamsExportParasolidData.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 A3DRWParamsExportParasolidData.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:: A3DBool A3DRWParamsExportParasolidData.m_bWriteBlankedEntities

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Write blanked entities (hidden entities become visible). 
      



.. c:member:: A3DUTF8Char* A3DRWParamsExportParasolidData.m_pcApplication

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



.. c:member:: A3DUTF8Char* A3DRWParamsExportParasolidData.m_pcVersion

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



.. c:member:: A3DBool A3DRWParamsExportParasolidData.m_bBStrictAssemblyStructure

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      If ``TRUE``\ , HOOPS Exchange will attempt to build a Parasolid assembly tree as closely as possible to how it was in the original software (the goal is to remove the effects of the intermediate PRC assembly, which is not equivalent to the Parasolid assemblies). 
      
      This is achieved by heavily modifying the assembly tree and attributes in the exported Parasolid. Names of bodies will be a concatenation of the several assembly levels, and may not match the original names in Parasolid. 
      



.. c:member:: A3DBool A3DRWParamsExportParasolidData.m_bExplodeMultiBodies

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Explode multi-connexes B-reps into multiple bodies. 
      
      
         9.0 
      
      



.. c:member:: A3DBool A3DRWParamsExportParasolidData.m_bMakePointsWithCoordinateSystems

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Write Coordinate Systems as Points (There's no equivalent in Parasolid format). 
      



.. c:member:: A3DBool A3DRWParamsExportParasolidData.m_bBinary

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Write file as binary instead of text. 
      
      
         14.0 
      
      



.. c:member:: A3DBool A3DRWParamsExportParasolidData.m_bUseUNameAttribute

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Use UName attribute to store non-ascii names. 
      




