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.
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. |