WorkAxis.SetByTwoPoints Method
Parent Object: WorkAxisDescription
Method that redefines the work axis to go between the two input points.
Remarks
This method is not valid when the work axis exists in an Assembly component definition.Syntax
WorkAxis.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. |