TrimFeature.deleteMe Method

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

Description

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

Syntax

"trimFeature_var" is a variable referencing a TrimFeature object.
returnValue = trimFeature_var.deleteMe()
"trimFeature_var" is a variable referencing a TrimFeature object.

#include <Fusion/Features/TrimFeature.h>

returnValue = trimFeature_var->deleteMe();

Return Value

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

Version

Introduced in version July 2015