Joint.deleteMe Method

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

Description

Deletes this joint.

Syntax

"joint_var" is a variable referencing a Joint object.
returnValue = joint_var.deleteMe()
"joint_var" is a variable referencing a Joint object.

#include <Fusion/Components/Joint.h>

returnValue = joint_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete is successful.

Version

Introduced in version July 2015