SketchIsoparametricCurve.deleteMe Method

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

Description

Deletes this SketchIsoparametricCurve object. Deleting this object deletes the definition and the association the sketch curves have as isoparametric curves so they become regular sketch curves.

Syntax

"sketchIsoparametricCurve_var" is a variable referencing a SketchIsoparametricCurve object.
returnValue = sketchIsoparametricCurve_var.deleteMe()
"sketchIsoparametricCurve_var" is a variable referencing a SketchIsoparametricCurve object.

#include <Fusion/Sketch/SketchIsoparametricCurve.h>

returnValue = sketchIsoparametricCurve_var->deleteMe();

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version April 2026