TwoLinesWorkPlaneDef.GetData Method
Parent Object: TwoLinesWorkPlaneDefDescription
Method that gets all of the data defining a work planed defined by a two lines. Line1 defines the X-axis.
Syntax
TwoLinesWorkPlaneDef.GetData( Line1 As Object, Line2 As Object )Parameters
Name | Type | Description |
Line1 | Object | Output object that represents a line. This object can be a linear Edge, WorkAxis, or SketchLine object. |
Line2 | Object | Output object that represents a line. This object can be a linear Edge, WorkAxis, or SketchLine object. |