WorkPlanes.AddByPlaneAndPoint Method
Parent Object: WorkPlanesDescription
Method that creates a new work plane that is parallel to the input plane and passes through the input point. This method is not currently supported when creating a work plane within an assembly.
Syntax
WorkPlanes.AddByPlaneAndPoint( Plane As Object, Point As Object, [Construction] As Boolean ) As WorkPlaneParameters
Name | Type | Description |
Plane | Object | Input object that represents a plane. This object can be a planar Face, WorkPlane, or Sketch object. |
Point | Object | Input object that represents a point. This object can be a WorkPoint, Vertex or SketchPoint object. |
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. |