StitchFeature.linkedFeatures Property

Parent Object: StitchFeature
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/StitchFeature.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

"stitchFeature_var" is a variable referencing a StitchFeature object.

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

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

Property Value

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

Version

Introduced in version June 2015