FilletFeatures.item Method
Parent Object:
FilletFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/FilletFeatures.h>
Description
Function that returns the specified fillet feature using an index into the collection.
Syntax
"filletFeatures_var" is a variable referencing a FilletFeatures object.returnValue = filletFeatures_var.item(index)
|
"filletFeatures_var" is a variable referencing a FilletFeatures object.
#include <Fusion/Features/FilletFeatures.h>
returnValue = filletFeatures_var->item(index);
|
Return Value
FilletFeature |
Returns the specified item or null if an invalid index was specified. |
Parameters
index |
uinteger |
The index of the item within the collection to return. The first item in the collection has an index of 0. |
Samples