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 the direct modeling model and will fail in the parametric modeling mode.
"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. |