LineAndPointWorkAxisDef.GetData Method
Parent Object: LineAndPointWorkAxisDefDescription
Method that gets all of the data defining a work axis that is along a line and passes through a point.
Syntax
LineAndPointWorkAxisDef.GetData( Line As Object, Point As Object )Parameters
Name | Type | Description |
Line | Object | Object that represents a line. This object can be a linear Edge, WorkAxis, SketchLine, or SketchLine3D object. |
Point | Object | Output object that represents a point. This object can be a vertex, WorkPoint, SketchPoint, or SketchPoint3D object. |