SplitFaceFeatures.itemByName Method

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

Description

Function that returns the specified split face feature using the name of the feature.

Syntax

"splitFaceFeatures_var" is a variable referencing a SplitFaceFeatures object.
returnValue = splitFaceFeatures_var.itemByName(name)
"splitFaceFeatures_var" is a variable referencing a SplitFaceFeatures object.

#include <Fusion/Features/SplitFaceFeatures.h>

returnValue = splitFaceFeatures_var->itemByName(name);

Return Value

Type Description
SplitFaceFeature Returns the specified item or null if the specified name was not found.

Parameters

Name Type Description
name string The name of the feature within the collection to return. This is the name seen in the timeline.

Version

Introduced in version September 2015