BoundaryFillFeatures.itemByName Method
Parent Object:
BoundaryFillFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/BoundaryFillFeatures.h>
Description
Function that returns the specified boundary fill feature using the name of the feature.
Syntax
"boundaryFillFeatures_var" is a variable referencing a BoundaryFillFeatures object.returnValue = boundaryFillFeatures_var.itemByName(name)
|
"boundaryFillFeatures_var" is a variable referencing a BoundaryFillFeatures object.
#include <Fusion/Features/BoundaryFillFeatures.h>
returnValue = boundaryFillFeatures_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