
########################
A3DECreoSessionColorType
########################

.. c:enum:: A3DECreoSessionColorType

   Used to control the default PMI color: If you load a Wildfire file and set kA3DFileVersionSessionColor to: 
   
   
   - kA3DFileVersionSessionColor, the PMI with no color will be displayed in yellow;
   - kA3DLastCreoVersionSessionColor, the PMI with no color will be displayed in blue as in Creo 2 (for HOOPS Exchange 6.0);
   
   - 6.1 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DLastCreoVersionSessionColor`
   * :c:enumerator:`~kA3DHExchangeSessionColor`
   * :c:enumerator:`~kA3DFileVersionSessionColor`
   
   



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

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


.. c:enumerator:: kA3DLastCreoVersionSessionColor

      .. rst-class:: sig-pretty-signature
      
         | **kA3DLastCreoVersionSessionColor** = ``0``
      
      Sets the default session color corresponding to the last version of Creo that HOOPS Exchange supports. 
      



.. c:enumerator:: kA3DHExchangeSessionColor

      .. rst-class:: sig-pretty-signature
      
         | **kA3DHExchangeSessionColor**
      
      Uses HOOPS Exchange default color. 
      



.. c:enumerator:: kA3DFileVersionSessionColor

      .. rst-class:: sig-pretty-signature
      
         | **kA3DFileVersionSessionColor**
      
      Lets the user define the color by using graphics parameters options ( :c:member:`A3DRWParamsPmiData::m_sDefaultColor <A3DRWParamsPmiData.m_sDefaultColor>`\ ). 
      




