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