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

.. c:struct:: A3DRWParamsCreoData

   Reading parameters specific to Pro/ENGINEER CAD files. 
   
   
      3.0 
   
   
   
   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 ``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 ``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. 
      
      The following enums are available: 
      
       **:c:enumerator:`A3DCreoFamTabAcceleratorFileOnly: <kA3DCreoFamTabAcceleratorFileOnly>`\ **  Nothing will be loaded if there's no XPR/XAS. 
      
       **A3DCreoFamTabOrUseTessellation:** XPR/XAS will be used first; if not available, the tessellation will be used. If tessellation isn't available, nothing will be loaded. 
      
       **A3DCreoFamTabOrUseWireAndGeneric:**  XPR/XAS will be used. If not available, the tessellation will be used. If tessellation isn't available, the wire that represents the family table will be used. If the wire isn't available, the generic part will be loaded. Be sure to see this warning regarding this setting. 
      
      
         9.0 
      
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bBoolOpUseGenericIfNoTess

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



.. c:member:: A3DBool A3DRWParamsCreoData.m_bFlexCompUseGenericIfNoTess

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



.. c:member:: A3DBool A3DRWParamsCreoData.m_bHideSkeletons

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      With a value of ``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 ``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 ``TRUE``\ , create a view for each simplified representation. 
      
      
         26.1 
      
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bDisplayVisibleDatum

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



.. 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 ``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 ``TRUE``\ , process screen location in markup reading. 
      
      
         9.1 
      
      



.. c:member:: A3DBool A3DRWParamsCreoData.m_bIsometricDefaultView

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




