SurfaceDeleteFaceFeatures.itemByName Method
Parent Object:
SurfaceDeleteFaceFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SurfaceDeleteFaceFeatures.h>
Description
Function that returns the specified SurfaceDeleteFaceFeature object using the name of the feature.
Syntax
"surfaceDeleteFaceFeatures_var" is a variable referencing a SurfaceDeleteFaceFeatures object.returnValue = surfaceDeleteFaceFeatures_var.itemByName(name)
|
"surfaceDeleteFaceFeatures_var" is a variable referencing a SurfaceDeleteFaceFeatures object.
#include <Fusion/Features/SurfaceDeleteFaceFeatures.h>
returnValue = surfaceDeleteFaceFeatures_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 August 2016