WorkPlaneProxy.SetFixed Method
Parent Object: WorkPlaneProxyDescription
Method that redefines the work plane at the position and orientation defined by the point and X and Y axis vectors.
Syntax
WorkPlaneProxy.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. |