A3DPDFActionSetViewData

Fields

A3DPDF3DAnnot *

m_p3DAnnot

A3DUTF8Char *

m_pcViewName

A3DUns32

m_iViewIndex

A3DBool

m_bAnimate

Detailed Description

struct A3DPDFActionSetViewData

Structure to define an action to activate a view in a 3D annotation.

Version

10.0

Public Members

A3DPDF3DAnnot *m_p3DAnnot

The 3D annotation that holds the views.

A3DUTF8Char *m_pcViewName

Name identifier of the view in the 3D annotation. The view is identified primarily by m_pcViewName. If m_pcViewName is NULL, then the view is identified by its index (m_iViewIndex).

A3DUns32 m_iViewIndex

Index identifier of the view in the 3D annotation. This is the index in the list of views as returned by A3DPDF3DArtworkGetViews. Index starts from 0. The view is identified primarily by m_pcViewName. If m_pcViewName is NULL, then the view is identified by its index (m_iViewIndex).

A3DBool m_bAnimate

A value of true indicates that the view should be animated to when set.