SketchPoint.deleteMe Method

Parent Object: SketchPoint
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchPoint.h>

Description

Deletes the entity from the sketch.

Syntax

"sketchPoint_var" is a variable referencing a SketchPoint object.
returnValue = sketchPoint_var.deleteMe()
"sketchPoint_var" is a variable referencing a SketchPoint object.

#include <Fusion/Sketch/SketchPoint.h>

returnValue = sketchPoint_var->deleteMe();

Return Value

Type Description
boolean Returns true is the delete was successful.

Version

Introduced in version August 2014