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