A3DPDFAnimMotionData

Fields

A3DInt32

m_iNumTargets

A3DMiscMarkupLinkedItem **

m_ppTargets

A3DInt32

m_iNumKeyFrames

A3DPDFAnimKeyFrame **

m_ppKeyFrames

A3DDouble

m_dTimeOffset

A3DBool

m_bRepeat

Detailed Description

struct A3DPDFAnimMotionData

Structure to define an animation motion.

Deprecated:

This structure is deprecated. Please use A3DPDFAnimMotionData2 instead.

Version

6.1

Public Members

A3DInt32 m_iNumTargets

Number of targets.

A3DMiscMarkupLinkedItem **m_ppTargets

Targets of the motion: product occurence, part, markup.

A3DInt32 m_iNumKeyFrames

Number of keyframes.

A3DPDFAnimKeyFrame **m_ppKeyFrames

Array of keyframes.

A3DDouble m_dTimeOffset

Time to start the first keyframe.

A3DBool m_bRepeat

If true, the motion is repeated infinitely.