SketchEntity.deleteMe Method

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

Description

Deletes the entity from the sketch.

Syntax

"sketchEntity_var" is a variable referencing a SketchEntity object.
returnValue = sketchEntity_var.deleteMe()
"sketchEntity_var" is a variable referencing a SketchEntity object.

#include <Fusion/Sketch/SketchEntity.h>

returnValue = sketchEntity_var->deleteMe();

Return Value

Type Description
boolean Returns true is the delete was successful.

Version

Introduced in version August 2014