This method will define a move feature whose translation and orientation is defined using a transformation matrix. A matrix can define any translation and orientation.
"moveFeatureInput_var" is a variable referencing a MoveFeatureInput object.
|
"moveFeatureInput_var" is a variable referencing a MoveFeatureInput object.
|
Type | Description |
boolean | Returns true if defining the type of move is successful. |
Name | Type | Description |
transform | Matrix3D | The transformation matrix that defines the transform to apply. The matrix must be an orthogonal matrix; that is the axes are perpendicular to each other and there isn't any scaling or mirroring defined. |
Name | Description |
Move Feature API Sample | Demonstrates creating a new move feature. |