ReplaceFaceFeature.linkedFeatures Property

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

"replaceFaceFeature_var" is a variable referencing a ReplaceFaceFeature object.

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

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

Property Value

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

Version

Introduced in version March 2015