A3DMkpViewFlagsData
-
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
A3DMkpViewinstance, you can check whether theses components are used or not by callingA3DMkpViewGetFlags(). The returned structure is a set of boolean members which indicates the state of each component.
Variables
-
A3DBool
A3DMkpViewFlagsData.m_bIsCameraSet -
A Camera is flagged on.
-
A3DBool
A3DMkpViewFlagsData.m_bIsPMIFilteringSet -
PMI filtering is flagged on.
-
A3DBool
A3DMkpViewFlagsData.m_bIsGeomFilteringSet -
Geometry filtering is flagged on.
-
A3DBool
A3DMkpViewFlagsData.m_bIsCrossSectionSet -
A Cross-section is flagged on.
-
A3DBool
A3DMkpViewFlagsData.m_bIsExplosionSet -
A view explosion is flagged on.
-
A3DBool
A3DMkpViewFlagsData.m_bIsCombineState -
The view is in a combined state