This method will define a move feature that defines a translation in X, Y, and Z.
xDistance |
ValueInput |
A ValueInput object that defines the offset in the X direction. If the ValueInput is created using a real value, the distance is in centimeters. If it's defined using a string, the default document units are used. |
yDistance |
ValueInput |
A ValueInput object that defines the offset in the Y direction. If the ValueInput is created using a real value, the distance is in centimeters. If it's defined using a string, the default document units are used. |
zDistance |
ValueInput |
A ValueInput object that defines the offset in the Z direction. If the ValueInput is created using a real value, the distance is in centimeters. If it's defined using a string, the default document units are used. |
isDesignSpace |
boolean |
Defines if the translation is defined with respect to the design or component space. Design space is the same as the root component space. |