This function is retired. See more information in the 'Remarks' section below.
Creates a MoveFeatureInput object. Use properties and methods on this object to define the move feature you want to create and then use the Add method, passing in the MoveFeatureInput object.
"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 entities to move. This collection can only contain BRepBody objects in parametric modeling. It can be BRep bodies, T-Spline bodies, mesh bodies mixed or faces and features mixed in non-parametric modeling. |
transform | Matrix3D | The transform to apply to the input entities. This can describe a move (translation) or a rotation. The matrix must define an orthogonal transform. That is the axes must be perpendicular to each other and there can't be any scaling or mirroring defined. |