Redefines the move feature to be a translation from one point to another.
To use this method, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)
"moveFeature_var" is a variable referencing a MoveFeature object. |
"moveFeature_var" is a variable referencing a MoveFeature object. |
| Type | Description |
| boolean | Returns true if the redefinition is successful. |
| Name | Type | Description |
| originPoint | Base | The first point that defines the start position of the move. |
| targetPoint | Base | The second point that defines the direction and distance of the move. |