WorkPlanes.AddFixed Method
Parent Object: WorkPlanesDescription
Method that creates a new work plane at the position and orientation defined by the point and X and Y axis vectors. When used to create a work plane within an assembly the resulting work plane will return an AssemblyWorkPlaneDef definition.
Syntax
WorkPlanes.AddFixed( OriginPoint As Point, XAxis As UnitVector, YAxis As UnitVector, [Construction] As Boolean ) As WorkPlaneParameters
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. |
Construction | Boolean | Optional Input Boolean that specifies whether to create the work plane as a construction plane or not. The default is False, which indicates to create a standard work plane, not a construction work plane. A construction work plane is hidden from the user and is not displayed graphically or listed in the browser. If work features are created as construction:
This is an optional argument whose default value is False. |