ConstructionAxis.deriveFeature Property

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

Description

Returns the DeriveFeature if this construction axis is derived from another design. This property returns null if the construction axis is not derived from another design (i.e. isDerived property returns false).

Syntax

"constructionAxis_var" is a variable referencing a ConstructionAxis object.

# Get the value of the property.
propertyValue = constructionAxis_var.deriveFeature
"constructionAxis_var" is a variable referencing a ConstructionAxis object.
#include <Fusion/Construction/ConstructionAxis.h>

// Get the value of the property.
Ptr<DeriveFeature> propertyValue = constructionAxis_var->deriveFeature();
"constructionAxis_var" is a variable referencing a ConstructionAxis object.
#include <Fusion/Construction/ConstructionAxis.h>

// Get the value of the property.
Ptr<DeriveFeature> propertyValue = constructionAxis_var->deriveFeature();

Property Value

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

Version

Introduced in version January 2026