RigidGroup.deleteMe Method

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

Description

Deletes this rigid group.

Syntax

"rigidGroup_var" is a variable referencing a RigidGroup object.
returnValue = rigidGroup_var.deleteMe()
"rigidGroup_var" is a variable referencing a RigidGroup object.

#include <Fusion/Components/RigidGroup.h>

returnValue = rigidGroup_var->deleteMe();

Return Value

Type Description
boolean Returns True if the delete was successful.

Version

Introduced in version September 2015