A3DPDFActionSetViewData
-
struct
A3DPDFActionSetViewData Structure to define an action to activate a view in a 3D annotation.
10.0
Variables
-
A3DPDF3DAnnot *
A3DPDFActionSetViewData.m_p3DAnnot -
The 3D annotation that holds the views.
-
A3DUTF8Char *
A3DPDFActionSetViewData.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
A3DPDFActionSetViewData.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
A3DPDFActionSetViewData.m_bAnimate -
A value of true indicates that the view should be animated to when set.