Creates and adds a new ConstructionPlane using the creation parameters in the ConstructionPlaneInput.
If the ConstructionPlaneInput was defined using the setByPlane method then the add will only work in a direct edit model (do not capture design history) and will fail in a parametric model.
"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.
|
"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.
|
Type | Description |
ConstructionPlane | Returns the newly created construction plane or null if the creation failed. |
Name | Type | Description |
input | ConstructionPlaneInput | A ConstructionPlaneInput object |
Name | Description |
Construction Plane API Sample | Demonstrates creating construction plane by different ways. |
Loft Feature API Sample | Demonstrates creating a new loft feature. |