Overview

Programming Guide

API Reference

A3DMkpViewData Struct Reference

View structure. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DUns32 m_uiAnnotationsSize
 
A3DMkpAnnotationEntity ** m_ppAnnotations
 
A3DSurfPlanem_pPlane
 
A3DGraphSceneDisplayParametersm_pSceneDisplayParameters
 
A3DBool m_bIsAnnotationView
 
A3DBool m_bIsDefaultView
 
A3DUns32 m_uiLinkedItemsSize
 
A3DMiscMarkupLinkedItem ** m_ppLinkedItems
 
A3DUns32 m_uiDisplayFilterSize
 
A3DAsmFilter ** m_ppDisplayFilters
 

Detailed Description

View structure.

Version
2.0

The type of children must be kA3DTypeMkpAnnotationSet and must point to existing annotation entities.

Field Documentation

A3DUns16 A3DMkpViewData::m_usStructSize

Reserved; must be initialized with A3D_INITIALIZE_DATA.

A3DUns32 A3DMkpViewData::m_uiAnnotationsSize

Size of next array.

A3DMkpAnnotationEntity** A3DMkpViewData::m_ppAnnotations

View children.

A3DSurfPlane* A3DMkpViewData::m_pPlane

View plane.

A3DGraphSceneDisplayParameters* A3DMkpViewData::m_pSceneDisplayParameters

Scene display parameters. Reserved for future use.

A3DBool A3DMkpViewData::m_bIsAnnotationView

This view is used only to group markups.

A3DBool A3DMkpViewData::m_bIsDefaultView

If true, the parameters of this view are used when loading the 3D scene.

A3DUns32 A3DMkpViewData::m_uiLinkedItemsSize

Size of next array.

A3DMiscMarkupLinkedItem** A3DMkpViewData::m_ppLinkedItems

Array of pointers to A3DMiscMarkupLinkedItem entities, each of which redefine special display parameters for the view.

A3DUns32 A3DMkpViewData::m_uiDisplayFilterSize

Size of next array.

A3DAsmFilter** A3DMkpViewData::m_ppDisplayFilters

Filters for display settings. Several filters are possible, but only one filter is active at a time.