DeriveFeatureInput.sourceDesign Property

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

Description

The Design that is obtained from the input DataFile. You can use the API to access various elements within the design to add them to the list of elements to be derived.

Syntax

"deriveFeatureInput_var" is a variable referencing a DeriveFeatureInput object.

# Get the value of the property.
propertyValue = deriveFeatureInput_var.sourceDesign
"deriveFeatureInput_var" is a variable referencing a DeriveFeatureInput object.
#include <Fusion/Features/DeriveFeatureInput.h>

// Get the value of the property.
Ptr<Design> propertyValue = deriveFeatureInput_var->sourceDesign();
"deriveFeatureInput_var" is a variable referencing a DeriveFeatureInput object.
#include <Fusion/Features/DeriveFeatureInput.h>

// Get the value of the property.
Ptr<Design> propertyValue = deriveFeatureInput_var->sourceDesign();

Property Value

This is a read only property whose value is a Design.

Version

Introduced in version January 2026