Creates a MoveFeatureInput object. Use properties and methods on this object to define how the move is defined and then use the MoveFeatues.add method, passing in the MoveFeatureInput object to create a move feature.
"moveFeatures_var" is a variable referencing a MoveFeatures object. |
"moveFeatures_var" is a variable referencing a MoveFeatures object. |
| Type | Description |
| MoveFeatureInput | Returns the newly created MoveFeatureInput object or null if the creation failed. |
| Name | Type | Description |
| inputEntities | ObjectCollection | An ObjectCollection containing the objects to move. For a parametric model, the collection can contain BRepBody or BRepFace objects but not a combination of both. |
| Name | Description |
| moveFeatures.add | Demonstrates the moveFeatures.add method. |
| Move Feature API Sample | Demonstrates creating a new move feature. |