
###################
A3DMkpViewFlagsData
###################

.. c:struct:: A3DMkpViewFlagsData

   The set of activated components in a View. 
   
   In a model, a view may consist in different components:
   
   
   - Camera positioning
   - PMI Filtering
   - Geometry Filtering
   - Cross-section
   - View explosion
   - Combined State
   
   When traversing an :c:type:`~A3DMkpView` instance, you can check whether theses components are used or not by calling :c:func:`~A3DMkpViewGetFlags`\ . The returned structure is a set of boolean members which indicates the state of each component.
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DMkpViewFlagsData.m_bIsCameraSet`
   * :c:member:`~A3DMkpViewFlagsData.m_bIsPMIFilteringSet`
   * :c:member:`~A3DMkpViewFlagsData.m_bIsGeomFilteringSet`
   * :c:member:`~A3DMkpViewFlagsData.m_bIsCrossSectionSet`
   * :c:member:`~A3DMkpViewFlagsData.m_bIsExplosionSet`
   * :c:member:`~A3DMkpViewFlagsData.m_bIsCombineState`
   * :c:member:`~A3DMkpViewFlagsData.m_bIsSimplifiedRepresentation`
   
   



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

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


.. c:member:: A3DBool A3DMkpViewFlagsData.m_bIsCameraSet

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A Camera is flagged on. 
      



.. c:member:: A3DBool A3DMkpViewFlagsData.m_bIsPMIFilteringSet

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      PMI filtering is flagged on. 
      



.. c:member:: A3DBool A3DMkpViewFlagsData.m_bIsGeomFilteringSet

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Geometry filtering is flagged on. 
      



.. c:member:: A3DBool A3DMkpViewFlagsData.m_bIsCrossSectionSet

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A Cross-section is flagged on. 
      



.. c:member:: A3DBool A3DMkpViewFlagsData.m_bIsExplosionSet

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A view explosion is flagged on. 
      



.. c:member:: A3DBool A3DMkpViewFlagsData.m_bIsCombineState

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      The view is in a combined state. 
      



.. c:member:: A3DBool A3DMkpViewFlagsData.m_bIsSimplifiedRepresentation

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      The view is a simplified representation. 
      
      
         26.1 
      
      




