
###################
A3DRWParamsCreoData
###################

.. c:struct:: A3DRWParamsCreoData

   Describes reading parameters specific to Pro/ENGINEER CAD files.
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DRWParamsCreoData.m_pcCodePageName`
   * :c:member:`~A3DRWParamsCreoData.m_bDisplayTolerance`
   * :c:member:`~A3DRWParamsCreoData.m_bDisplaySubpartAnnotations`
   * :c:member:`~A3DRWParamsCreoData.m_eSessionColorType`
   * :c:member:`~A3DRWParamsCreoData.m_eFamilyTables`
   * :c:member:`~A3DRWParamsCreoData.m_bBoolOpUseGenericIfNoTess`
   * :c:member:`~A3DRWParamsCreoData.m_bFlexCompUseGenericIfNoTess`
   * :c:member:`~A3DRWParamsCreoData.m_bHideSkeletons`
   * :c:member:`~A3DRWParamsCreoData.m_bReadExplodeStateAsView`
   * :c:member:`~A3DRWParamsCreoData.m_bReadSimplifiedRepresentationAsView`
   * :c:member:`~A3DRWParamsCreoData.m_bDisplayVisibleDatum`
   * :c:member:`~A3DRWParamsCreoData.m_eReadConstructEntities`
   * :c:member:`~A3DRWParamsCreoData.m_bComputeHomeView`
   * :c:member:`~A3DRWParamsCreoData.m_bHandlePMIScreenLocation`
   * :c:member:`~A3DRWParamsCreoData.m_bIsometricDefaultView`
   
   



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

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


.. c:member:: A3DUTF8Char* A3DRWParamsCreoData.m_pcCodePageName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ \*
      
      Code page to use for text conversion to Unicode.
      
      The values for CodePageName are those usable in the iconv GNU Package <Example: EUC-JP for Japanese files.
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bDisplayTolerance

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      With a value of ``A3D_TRUE``\ , read and display the tolerances for dimensions.
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bDisplaySubpartAnnotations

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      With a value of ``A3D_TRUE``\ , access to the PMIs in subparts in an assembly.
      



.. c:member:: A3DECreoSessionColorType A3DRWParamsCreoData.m_eSessionColorType

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DECreoSessionColorType`
      
      Defines the default PMI color type.
      



.. c:member:: A3DECreoFamilyTables A3DRWParamsCreoData.m_eFamilyTables

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DECreoFamilyTables`
      
      How to read family tables.
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bBoolOpUseGenericIfNoTess

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      With a value of ``A3D_TRUE``\ , display the generic form of the element if boolean operation and no tessellation to represent it.
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bFlexCompUseGenericIfNoTess

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      With a value of ``A3D_TRUE``\ , display the generic form of the element if flexible component and no tessellation to represent it.
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bHideSkeletons

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      With a value of ``A3D_TRUE``\ , hides all skeleton type elements from the file.
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bReadExplodeStateAsView

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      With a value of ``A3D_TRUE``\ , create a view for each explode state.
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bReadSimplifiedRepresentationAsView

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      With a value of ``A3D_TRUE``\ , create a view for each simplified representation.
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bDisplayVisibleDatum

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Manage the visibility of datum entities.
      



.. c:member:: A3DECreoReadConstructEntities A3DRWParamsCreoData.m_eReadConstructEntities

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DECreoReadConstructEntities`
      
      Control the sketch reading.
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bComputeHomeView

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      With a value of ``A3D_TRUE``\ , there will be an additional view that reflects the current states (orientation, explode, ...).
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bHandlePMIScreenLocation

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      With a value of ``A3D_TRUE``\ , process screen location in markup reading.
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bIsometricDefaultView

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      If ``A3D_TRUE``\ , default is isometric else it's trimetric.
      




