WorkPlaneProxy.SetByPlaneAndPoint Method
Parent Object: WorkPlaneProxyDescription
Method that redefines the work plane to be parallel to the input plane and passing through the input point.
Syntax
WorkPlaneProxy.SetByPlaneAndPoint( Plane As Object, Point As Object )Parameters
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, SketchPoint, or SketchPoint3D object. |