API Documentation > Interface Classes > Class wfcExplodedAnimationMove
Class wfcExplodedAnimationMove

# include <wfcAssembly.h>

class
wfcExplodedAnimationMove
: public virtual
xobject
{
xdeclare(wfcExplodedAnimationMove)
...
};
This is a
COMPACT class.

Description
Interface for ExplodedAnimationMove
Manual References:
Method Summary
Creates object of ExplodedAnimationMove
void
Direction vector of translation direction or rotation axis
void
Exploded animation move type
void
Start point of translation direction or rotation axis
void
SetValue (xreal value)
distance or angle
Method Detail
GetMoveType
()
void
SetMoveType
Exploded animation move type
Manual References:
GetStartPoint
()
void
SetStartPoint
(pfcPoint3D_ptr value)
Start point of translation direction or rotation axis
Manual References:
GetDirVector
()
void
SetDirVector
(pfcVector3D_ptr value)
Direction vector of translation direction or rotation axis
Manual References:
GetValue
()
void
SetValue
(xreal value)
distance or angle
Manual References:
Creates object of ExplodedAnimationMove
Manual References:
Parameters:
MoveType
Exploded animation move type
StartPoint
Start point of translation direction or rotation axis
DirVector
Direction vector of translation direction or rotation axis
Value
distance or angle
Returns:
Was this helpful?