ConstructionPoints.add Method

Parent Object: ConstructionPoints
Defined 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 a direct edit model (do not capture design history) and will fail in a parametric model.

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

Type Description
ConstructionPoint Returns the newly created construction point or null if the creation failed.

Parameters

Name Type Description
input ConstructionPointInput A ConstructionPointInput object

Samples

Name Description
Construction Point API Sample Demonstrates creating construction point by different ways

Version

Introduced in version August 2014