Share

WorkAxes.AddFixed Method

Parent Object: WorkAxes

Description

Method that creates a new work axis that passes through the input point in the direction of the input vector. When used to create a work axis within an assembly the resulting work axis will return an AssemblyWorkAxisDef definition.

Syntax

WorkAxes.AddFixed( Point As Point, Axis As UnitVector, [Construction] As Boolean ) As WorkAxis

Parameters

Name Type Description
Point Point Input object.
Axis UnitVector Input UnitVector object. that defines the X-axis vector of the work plane.
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 4

Was this information helpful?