TwoPointsWorkAxisDef.GetData Method
Parent Object: TwoPointsWorkAxisDefDescription
Method that gets all of the data defining a work axis between two points.
Syntax
TwoPointsWorkAxisDef.GetData( Point1 As Object, Point2 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. |