RipFeatures.itemByName Method
Parent Object:
RipFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RipFeatures.h>
Description
Function that returns the specified Rip feature using the name of the feature.
Syntax
"ripFeatures_var" is a variable referencing a RipFeatures object.returnValue = ripFeatures_var.itemByName(name)
|
"ripFeatures_var" is a variable referencing a RipFeatures object.
#include <Fusion/Features/RipFeatures.h>
returnValue = ripFeatures_var->itemByName(name);
|
Return Value
RipFeature |
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 September 2023