MoveFeatureInput.transform Property
Parent Object: MoveFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/MoveFeatureInput.h>
Description
This function is retired. See more information in the 'Remarks' section below.
Gets and sets 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 remain perpendicular to each other and there isn't any scale or mirror defined.
Remarks
This property is obsolete. You should now use the setToFreeMove for the equivalent functionality.Syntax
"moveFeatureInput_var" is a variable referencing a MoveFeatureInput object. |
Property Value
This is a read/write property whose value is a Matrix3D.Version
Introduced in version March 2015Retired in version January 2023
