ConstructionPoints.add Method
Parent Object:
ConstructionPointsDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPoints.h>
Description
Creates a new construction point.
If the ConstructionPointInput was defined using the setByPoint method using a Point3D object then the add will only work in the direct modeling mode and will fail in the parametric modeling mode.
Syntax
"constructionPoints_var" is a variable referencing a ConstructionPoints object.returnValue = constructionPoints_var.add(input)
|
"constructionPoints_var" is a variable referencing a ConstructionPoints object.
#include <Fusion/Construction/ConstructionPoints.h>
returnValue = constructionPoints_var->add(input);
|
Return Value
ConstructionPoint |
Returns the newly created construction point or null if the creation failed. |
Parameters
Samples
Version
Introduced in version August 2014