Share

WorkAxes.AddByLineAndPoint Method

Parent Object: WorkAxes

Description

Method that creates a new work axis that is parallel to a line and passes through the input point. This method is not currently supported when creating a work axis within an assembly.

Syntax

WorkAxes.AddByLineAndPoint( Line As Object, Point As Object, [Construction] As Boolean ) As WorkAxis

Parameters

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

Point Object Input object that represents a point. This object can be a Vertex, WorkPoint, SketchPoint, or SketchPoint3D object.

Construction Boolean Optional Input Boolean that specifies whether to create the work axis as a construction axis or not. The default is False, which indicates to create a standard work axis. A construction work axis is hidden from the user and is not displayed graphically or listed in the browser.

This is an optional argument whose default value is False.

Version

Introduced in version 2008

Was this information helpful?