Library | Package Java Toolkit

Interface ExplodedAnimationMove

package com.ptc.wfc.wfcAssembly;

public interface ExplodedAnimationMove
  extends jxobject



Description

Interface for ExplodedAnimationMove



Method Summary
Vector3DGetDirVector ()
    Get method for attribute "DirVector"
    Direction vector of translation direction or rotation axis
ExplodedAnimationMoveTypeGetMoveType ()
    Get method for attribute "MoveType"
    Exploded animation move type
Point3DGetStartPoint ()
    Get method for attribute "StartPoint"
    Start point of translation direction or rotation axis
doubleGetValue ()
    Get method for attribute "Value"
    distance or angle
voidSetDirVector (Vector3D value)
    Set method for attribute "DirVector"
    Direction vector of translation direction or rotation axis
voidSetMoveType (ExplodedAnimationMoveType value)
    Set method for attribute "MoveType"
    Exploded animation move type
voidSetStartPoint (Point3D value)
    Set method for attribute "StartPoint"
    Start point of translation direction or rotation axis
voidSetValue (double value)
    Set method for attribute "Value"
    distance or angle

Method Detail

GetMoveType/SetMoveType

ExplodedAnimationMoveTypeGetMoveType ()
voidSetMoveType (ExplodedAnimationMoveType value)


    Exploded animation move type
Manual References:
Assemblies and Components: Accessing Exploded States, Assemblies and Components: Accessing Exploded States, Assemblies and Components: Accessing Exploded States, Assemblies and Components: Accessing Exploded States



GetStartPoint/SetStartPoint

Point3DGetStartPoint ()
voidSetStartPoint (Point3D value)


    Start point of translation direction or rotation axis
Manual References:
Assemblies and Components: Accessing Exploded States, Assemblies and Components: Accessing Exploded States, Assemblies and Components: Accessing Exploded States, Assemblies and Components: Accessing Exploded States



GetDirVector/SetDirVector

Vector3DGetDirVector ()
voidSetDirVector (Vector3D value)


    Direction vector of translation direction or rotation axis
Manual References:
Assemblies and Components: Accessing Exploded States, Assemblies and Components: Accessing Exploded States, Assemblies and Components: Accessing Exploded States, Assemblies and Components: Accessing Exploded States



GetValue/SetValue

doubleGetValue ()
voidSetValue (double value)


    distance or angle
Manual References:
Assemblies and Components: Accessing Exploded States, Assemblies and Components: Accessing Exploded States, Assemblies and Components: Accessing Exploded States