DeriveFeature.sourceDesign Property

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

Description

The source Design of this derive feature. You can use the API to access various elements within the design to add them to the list of elements to be derived.

Syntax

"deriveFeature_var" is a variable referencing a DeriveFeature object.

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

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

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

Property Value

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

Version

Introduced in version January 2026