
##############################
A3DETranslateToPkPartsAccurate
##############################

.. c:enum:: A3DETranslateToPkPartsAccurate

   Control mode of the accurate edge computation in TranslateToPkParts functions. 
   
   Used in :c:struct:`~A3DRWParamsTranslateToPkPartsData`\ . 
   
   
      8.1 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3D_ACCURATE_NO`
   * :c:enumerator:`~kA3D_ACCURATE_YES`
   * :c:enumerator:`~kA3D_ACCURATE_ONLY_IF_NOT_PARASOLID`
   
   



.. rst-class:: kind-group kind-enumerator

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


.. c:enumerator:: kA3D_ACCURATE_NO

      .. rst-class:: sig-pretty-signature
      
         | **kA3D_ACCURATE_NO**
      
      Disable accurate edge computation. 
      



.. c:enumerator:: kA3D_ACCURATE_YES

      .. rst-class:: sig-pretty-signature
      
         | **kA3D_ACCURATE_YES**
      
      Enable accurate edge computation. 
      



.. c:enumerator:: kA3D_ACCURATE_ONLY_IF_NOT_PARASOLID

      .. rst-class:: sig-pretty-signature
      
         | **kA3D_ACCURATE_ONLY_IF_NOT_PARASOLID**
      
      Enable accurate edge computation only for data coming from neither Parasolid nor from any format that embeds Parasolid data (NX, SolidWorks, Solid Edge and JT) but only if the :c:member:`A3DRWParamsParasolidData::m_bKeepParsedEntities <A3DRWParamsParasolidData.m_bKeepParsedEntities>` reading option is enabled. 
      




