WorkAxisProxy.SetByTwoPoints Method
Parent Object: WorkAxisProxyDescription
Method that redefines the work axis to go between the two input points.
Syntax
WorkAxisProxy.SetByTwoPoints( Point1 As Object, Point2 As Object )Parameters
Name | Type | Description |
Point1 | Object | Input object that represents a point. This object can be a WorkPoint, Vertex, SketchPoint, or SketchPoint3D object. |
Point2 | Object | Input object that represents a point. This object can be a WorkPoint, Vertex, SketchPoint, or SketchPoint3D object. |