WorkAxisProxy.SetByLineAndPoint Method
Parent Object: WorkAxisProxyDescription
Method that redefines the work axis so that it is parallel to a line and passes through the input point.
Syntax
WorkAxisProxy.SetByLineAndPoint( Line As Object, Point As Object )Parameters
Name | Type | Description |
Line | Object | Input object that represents a line. This object can be a linear Edge, WorkAxis, SketchLine, or SketchLine3D object. |
Point | Object | Input object that represents a point. This object can be a Vertex, WorkPoint, SketchPoint, or SketchPoint3D object. |