MoveFeatures.CreateMoveDefinition Method
Parent Object: MoveFeaturesDescription
Creates a MoveDefinition object.
Syntax
MoveFeatures.CreateMoveDefinition( Bodies As ObjectCollection ) As MoveDefinitionParameters
Name | Type | Description |
Bodies | ObjectCollection | Input ObjectCollection object that contains the surface bodies to move. The WorkSurface is also valid to be added into the ObjectCollection to move. |
Samples
Name | Description |
Move Feature Creation | Demonstrates the creation of a Move feature. |