SweepFeature.deleteMe Method

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

Description

Deletes the feature. This works for both parametric and non-parametric features.

Syntax

"sweepFeature_var" is a variable referencing a SweepFeature object.
returnValue = sweepFeature_var.deleteMe()
"sweepFeature_var" is a variable referencing a SweepFeature object.

#include <Fusion/Features/SweepFeature.h>

returnValue = sweepFeature_var->deleteMe();

Return Value

Type Description
boolean Returns a bool indicating if the delete was successful or not.

Version

Introduced in version November 2014