ConstructionPlanes.add Method
Parent Object:
ConstructionPlanesDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPlanes.h>
Description
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.
Syntax
"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.returnValue = constructionPlanes_var.add(input) |
"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.
#include <Fusion/Construction/ConstructionPlanes.h>
returnValue = constructionPlanes_var->add(input);
|
Return Value
| ConstructionPlane |
Returns the newly created construction plane or null if the creation failed. |
Parameters
Samples
Version
Introduced in version August 2014