Share

WorkAxisProxy.SetByTwoPoints Method

Parent Object: WorkAxisProxy

Description

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.

Version

Introduced in version 2008

Was this information helpful?