ThreePointsWorkPlaneDef.GetData Method
Parent Object: ThreePointsWorkPlaneDefDescription
Method that gets all of the data defining a work planed defined by three points. Point1 to Point2 defines the positive X axis and Point3 defines the positive Y direction.
Syntax
ThreePointsWorkPlaneDef.GetData( Point1 As Object, Point2 As Object, Point3 As Object )Parameters
Name | Type | Description |
Point1 | Object | Output object that represents a point. This object can be a WorkPoint, Vertex, or SketchPoint object. |
Point2 | Object | Output object that represents a point. This object can be a WorkPoint, Vertex, or SketchPoint object. |
Point3 | Object | Output object that represents a point. This object can be a WorkPoint, Vertex, or SketchPoint object. |