SketchPoint.merge Method
Parent Object:
SketchPointDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchPoint.h>
Description
Merges the input sketch point into this sketch point. This effectively deletes the other sketch point and changes all entities that referenced that sketch point to reference this sketch point.
This is the equivalent of dragging a sketch point on top of another sketch point in the user interface.
Syntax
"sketchPoint_var" is a variable referencing a SketchPoint object.returnValue = sketchPoint_var.merge(point)
|
"sketchPoint_var" is a variable referencing a SketchPoint object.
#include <Fusion/Sketch/SketchPoint.h>
returnValue = sketchPoint_var->merge(point);
|
Return Value
boolean |
Returns true if the merge was successful. |
Parameters
Version
Introduced in version August 2014