DeriveFeatureInput.excludedEntities Property
Parent Object: DeriveFeatureInput Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/DeriveFeatureInput.h>
Description
The array of entities that will be excluded from the sourceEntities. These can be any entity that is supported by derive. For example, BRepBody, MeshBody, Sketch, ConstructionPlane, Occurrence, Component(rootComponent), FlatPattern, Canvas etc.
Syntax
"deriveFeatureInput_var" is a variable referencing a DeriveFeatureInput object.# Get the value of the property. propertyValue = deriveFeatureInput_var.excludedEntities# Set the value of the property. deriveFeatureInput_var.excludedEntities = propertyValue
"deriveFeatureInput_var" is a variable referencing a DeriveFeatureInput object.#include <Fusion/Features/DeriveFeatureInput.h>// Get the value of the property. std::vector<Ptr<Base>> propertyValue = deriveFeatureInput_var->excludedEntities ();// Set the value of the property, where value_var is a Base. bool returnValue = deriveFeatureInput_var->excludedEntities (value_var);
"deriveFeatureInput_var" is a variable referencing a DeriveFeatureInput object.#include <Fusion/Features/DeriveFeatureInput.h>// Get the value of the property. std::vector<Ptr<Base>> propertyValue = deriveFeatureInput_var->excludedEntities ();// Set the value of the property, where value_var is a Base. bool returnValue = deriveFeatureInput_var->excludedEntities (value_var);
Property Value
This is a read/write property whose value is an array of type Base .
Version
Introduced in version January 2026