Share

Sketch.deleteMe Method

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

Description

Deletes the sketch.

Syntax

"sketch_var" is a variable referencing a Sketch object.
returnValue = sketch_var.deleteMe()

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2014

Was this information helpful?