WorkAxes.AddByAnalyticEdge Method
Parent Object: WorkAxesDescription
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 WorkAxisParameters
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. |