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