Creates and adds a new ConstructionAxis using the creation parameters in the ConstructionAxisInput.
If the ConstructionAxisInput was defined using the setByLine method then the add will only work in a direct edit model (do not capture design history) and will fail in a parametric model.
"constructionAxes_var" is a variable referencing a ConstructionAxes object.
|
"constructionAxes_var" is a variable referencing a ConstructionAxes object.
|
Type | Description |
ConstructionAxis | Returns the newly created construction axis or null if the creation failed. |
Name | Type | Description |
input | ConstructionAxisInput | A ConstructionAxisInput object |
Name | Description |
Construction Axis API Sample | Demonstrates creating construction axis in various ways. |