DeriveFeature.excludedEntities Property

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

Description

The array of entities that are excluded from the derived set.

Syntax

"deriveFeature_var" is a variable referencing a DeriveFeature object.

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

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

// Get the value of the property.
std::vector<Ptr<Base>> propertyValue = deriveFeature_var->excludedEntities();

Property Value

This is a read only property whose value is an array of type Base.

Version

Introduced in version January 2026