UntrimFeature.linkedFeatures Property

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

Description

Returns the set of features that are linked to this feature. The set of linked features are all of the features that were created in various components as the result of a single feature being created in the user interface.

Syntax

"untrimFeature_var" is a variable referencing a UntrimFeature object.

# Get the value of the property.
propertyValue = untrimFeature_var.linkedFeatures
"untrimFeature_var" is a variable referencing a UntrimFeature object.
#include <Fusion/Features/UntrimFeature.h>

// Get the value of the property.
Ptr<FeatureList> propertyValue = untrimFeature_var->linkedFeatures();

Property Value

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

Version

Introduced in version January 2021