BossFeatures.itemByName Method
Parent Object:
BossFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Plastic/BossFeatures.h>
Description
Function that returns the specified boss feature using the name of the feature.
Syntax
"bossFeatures_var" is a variable referencing a BossFeatures object.returnValue = bossFeatures_var.itemByName(name)
|
"bossFeatures_var" is a variable referencing a BossFeatures object.
#include <Fusion/Plastic/BossFeatures.h>
returnValue = bossFeatures_var->itemByName(name);
|
Return Value
BossFeature |
Returns the specified item or null if the specified name was not found. |
Parameters
name |
string |
The name of the feature within the collection to return. This is the name seen in the timeline. |
Version
Introduced in version October 2022