Share

WorkAxes.AddByAnalyticEdge Method

Parent Object: WorkAxes

Description

Method that creates a new work axis based on the input analytic edge. This method is not currently supported when creating a work axis within an assembly.

Syntax

WorkAxes.AddByAnalyticEdge( Edge As Edge, [Construction] As Boolean ) As WorkAxis

Parameters

Name Type Description
Edge Edge Input Edge object that can be a circle, arc, or an ellipse.

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?