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.
"constructionPoints_var" is a variable referencing a ConstructionPoints object.
|
"constructionPoints_var" is a variable referencing a ConstructionPoints object.
|
Type | Description |
ConstructionPoint | Returns the newly created construction point or null if the creation failed. |
Name | Type | Description |
input | ConstructionPointInput | A ConstructionPointInput object |
Name | Description |
Construction Point API Sample | Demonstrates creating construction point by different ways |