FlatPattern.deleteMe Method

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

Description

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

Syntax

"flatPattern_var" is a variable referencing a FlatPattern object.
returnValue = flatPattern_var.deleteMe()
"flatPattern_var" is a variable referencing a FlatPattern object.

#include <Fusion/SheetMetal/FlatPattern.h>

returnValue = flatPattern_var->deleteMe();

Return Value

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

Version

Introduced in version October 2022