Share

WorkPointProxy.SetByTwoLines Method

Parent Object: WorkPointProxy

Description

Method that redefines the work point to be at the intersection of the two input lines.

Syntax

WorkPointProxy.SetByTwoLines( Line1 As Object, Line2 As Object )

Parameters

Name Type Description
Line1 Object Input object that represents a line. This object can be a linear Edge, WorkAxis, SketchLine, or SketchLine3D object.

Line2 Object Input object that represents a line. This object can be a linear Edge, WorkAxis, SketchLine, or SketchLine3D object.

Version

Introduced in version 2008

Was this information helpful?