TangentRelationship.deleteMe Method

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

Description

Deletes this tangent relationship.

Syntax

"tangentRelationship_var" is a variable referencing a TangentRelationship object.
returnValue = tangentRelationship_var.deleteMe()
"tangentRelationship_var" is a variable referencing a TangentRelationship object.

#include <Fusion/Components/TangentRelationship.h>

returnValue = tangentRelationship_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete is successful.

Version

Introduced in version May 2022