WorkPlaneProxy.SetByThreePoints Method
Parent Object: WorkPlaneProxyDescription
Method that redefines the work plane to be based on the three input points.
Syntax
WorkPlaneProxy.SetByThreePoints( Point1 As Object, Point2 As Object, Point3 As Object )Parameters
Name | Type | Description |
Point1 | Object | Input object that represents a point. This object can be a WorkPoint, Vertex, SketchPoint, or SketchPoint3D object. |
Point2 | Object | Input object that represents a point. This object can be a WorkPoint, Vertex, SketchPoint, or SketchPoint3D object. |
Point3 | Object | Input object that represents a point. This object can be a WorkPoint, Vertex, SketchPoint, or SketchPoint3D object. |