Share

WorkPlaneProxy.SetByThreePoints Method

Parent Object: WorkPlaneProxy

Description

Method that redefines the work plane to be based on the three input points.

Syntax

WorkPlaneProxy.SetByThreePoints( Point1 As Object, Point2 As Object, Point3 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.

Point3 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?