TorusFeatures.itemByName Method
Parent Object:
TorusFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/TorusFeatures.h>
Description
Function that returns the specified torus feature using the name of the feature.
Syntax
"torusFeatures_var" is a variable referencing a TorusFeatures object.returnValue = torusFeatures_var.itemByName(name)
|
"torusFeatures_var" is a variable referencing a TorusFeatures object.
#include <Fusion/Features/TorusFeatures.h>
returnValue = torusFeatures_var->itemByName(name);
|
Return Value
TorusFeature |
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 2015