LineAndPlaneWorkAxisDef.GetData Method
Parent Object: LineAndPlaneWorkAxisDefDescription
Method that gets all of the data defining a work axis that is along a line defined by projecting a line onto a plane along the plane normal.
Syntax
LineAndPlaneWorkAxisDef.GetData( Line As Object, Plane As Object )Parameters
Name | Type | Description |
Line | Object | Output object that represents a line. This object can be a linear Edge, WorkAxis, or SketchLine object. |
Plane | Object | Output object that represents a plane. This object can be a planar Face, WorkPlane, or Sketch object. |