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.
"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 |