DeriveFeatures.add Method

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

Description

Creates a new derive feature.

Syntax

"deriveFeatures_var" is a variable referencing a DeriveFeatures object.
returnValue = deriveFeatures_var.add(input)
"deriveFeatures_var" is a variable referencing a DeriveFeatures object.

#include <Fusion/Features/DeriveFeatures.h>

returnValue = deriveFeatures_var->add(input);
"deriveFeatures_var" is a variable referencing a DeriveFeatures object.

#include <Fusion/Features/DeriveFeatures.h>

returnValue = deriveFeatures_var->add(input);

Return Value

Type Description
DeriveFeature Returns the newly created DeriveFeature object or null if the creation failed.

Parameters

Name Type Description
input DeriveFeatureInput A DeriveFeatureInput object that defines the desired derive. Use the createInput method to create a new DeriveFeatureInput object and then use methods on it to define the derive.

Version

Introduced in version January 2026