AdditiveFEAOperation.deleteMe Method

Parent Object: AdditiveFEAOperation

Derived from: OperationBase.deleteMe


Defined in namespace "adsk::cam" and the header file is <Cam/AdditiveFEA/AdditiveFEAOperation.h>

Description

Deletes the operation from the document. In case of a setup or folder, all containing child operations will be deleted as well. Note: Child classes may overwrite this function and throw an exception if the object cannot be deleted.

Syntax

"additiveFEAOperation_var" is a variable referencing an AdditiveFEAOperation object.

returnValue = additiveFEAOperation_var.deleteMe()
"additiveFEAOperation_var" is a variable referencing an AdditiveFEAOperation object.

#include <Cam/AdditiveFEA/AdditiveFEAOperation.h>

returnValue = additiveFEAOperation_var->deleteMe();
"additiveFEAOperation_var" is a variable referencing an AdditiveFEAOperation object.

returnValue = additiveFEAOperation_var.deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version April 2026