DeriveFeatures.createInput Method

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

Description

Creates a DeriveFeatureInput object. Use properties and methods on this object to define the derive you want to create and then use the Add method, passing in the DeriveFeatureInput object.

Syntax

"deriveFeatures_var" is a variable referencing a DeriveFeatures object.
returnValue = deriveFeatures_var.createInput(sourceDesign)
"deriveFeatures_var" is a variable referencing a DeriveFeatures object.

#include <Fusion/Features/DeriveFeatures.h>

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

#include <Fusion/Features/DeriveFeatures.h>

returnValue = deriveFeatures_var->createInput(sourceDesign);

Return Value

Type Description
DeriveFeatureInput Returns a DeriveFeatureInput or null if the creation failed.

Parameters

Name Type Description
sourceDesign Design The Design that will be derived.

Version

Introduced in version January 2026