DeriveFeature.dissolve Method

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

Description

Dissolves the feature so that the feature information is lost and only the B-Rep geometry defined by the feature remains. This is only valid for non-parametric features.

Syntax

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

#include <Fusion/Features/DeriveFeature.h>

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

#include <Fusion/Features/DeriveFeature.h>

returnValue = deriveFeature_var->dissolve();

Return Value

Type Description
boolean Returns a bool indicating if the dissolve was successful or not.

Version

Introduced in version January 2026