WorkPlane.SetFixed Method
Parent Object: WorkPlaneDescription
Method that redefines the work plane at the position and orientation defined by the point and X and Y axis vectors.
Remarks
This method works for both the work plane that exists in part and assembly document.Syntax
WorkPlane.SetFixed( OriginPoint As Point, XAxis As UnitVector, YAxis As UnitVector )Parameters
Name | Type | Description |
OriginPoint | Point | Input Point object that defines the origin of the work plane. |
XAxis | UnitVector | Input UnitVector object that defines the X-axis vector of the work plane. |
YAxis | UnitVector | Input UnitVector object that defines the Y-axis vector of the work plane. |