Share

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()

Return Value

Type Description
boolean Returns true is the delete was successful.

Version

Introduced in version August 2014

Was this information helpful?