CornerClosureFeature.deleteMe Method

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

Description

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

Syntax

"cornerClosureFeature_var" is a variable referencing a CornerClosureFeature object.
returnValue = cornerClosureFeature_var.deleteMe()
"cornerClosureFeature_var" is a variable referencing a CornerClosureFeature object.

#include <Fusion/SheetMetal/CornerClosureFeature.h>

returnValue = cornerClosureFeature_var->deleteMe();
"cornerClosureFeature_var" is a variable referencing a CornerClosureFeature object.

#include <Fusion/SheetMetal/CornerClosureFeature.h>

returnValue = cornerClosureFeature_var->deleteMe();

Return Value

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

Version

Introduced in version January 2026