SketchPoints.add Method
Parent Object:
SketchPointsDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchPoints.h>
Description
Creates a point at the specified location. This is the equivalent of creating a sketch point using the Point command in the user interface and will create a visible point in the graphics window.
Syntax
"sketchPoints_var" is a variable referencing a SketchPoints object.returnValue = sketchPoints_var.add(point)
|
"sketchPoints_var" is a variable referencing a SketchPoints object.
#include <Fusion/Sketch/SketchPoints.h>
returnValue = sketchPoints_var->add(point);
|
Return Value
SketchPoint |
Returns the new sketch point or null if the creation fails. |
Parameters
point |
Point3D |
The coordinate location to create the sketch point. |
Samples
Version
Introduced in version August 2014