WorkAxis.SetFixed Method
Parent Object: WorkAxisDescription
Method that redefines the work axis so it passes through the input point in the direction of the input vector.
Remarks
This method is not valid when the work axis exists in an Assembly component definition.Syntax
WorkAxis.SetFixed( Point As Point, Axis As UnitVector )Parameters
Name | Type | Description |
Point | Point | Input Point object. |
Axis | UnitVector | Input UnitVector object. |