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.
"sketchPoint_var" is a variable referencing a SketchPoint object.
|
"sketchPoint_var" is a variable referencing a SketchPoint object.
|
Type | Description |
boolean | Returns true if the merge was successful. |
Name | Type | Description |
point | SketchPoint | The point to merge with this point. |