WorkPlane.GetPosition Method
Parent Object: WorkPlaneDescription
Method that returns the position and orientation of a work plane. When sketches are created on a work plane they inherit the work plane's origin and orientation. This method is useful to predetermine what the orientation will be before the sketch is created.
Syntax
WorkPlane.GetPosition( Origin As Point, XAxis As UnitVector, YAxis As UnitVector )Parameters
Name | Type | Description |
Origin | Point | Output Point object that defines the origin of the work plane. |
XAxis | UnitVector | Output UnitVector object that defines the X-axis vector of the work plane. |
YAxis | UnitVector | Output UnitVector object that defines the Y-axis vector of the work plane. |