DeriveFeature.breakLink Method

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

Description

Method that breaks the link between the source design and the destination design. The derived objects are converted to base features and added to the Timeline.

Syntax

"deriveFeature_var" is a variable referencing a DeriveFeature object.
returnValue = deriveFeature_var.breakLink()
"deriveFeature_var" is a variable referencing a DeriveFeature object.

#include <Fusion/Features/DeriveFeature.h>

returnValue = deriveFeature_var->breakLink();
"deriveFeature_var" is a variable referencing a DeriveFeature object.

#include <Fusion/Features/DeriveFeature.h>

returnValue = deriveFeature_var->breakLink();

Return Value

Type Description
boolean Returns true if the break link was successful.

Version

Introduced in version January 2026