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