UnstitchFeatures.item Method
Parent Object:
UnstitchFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/UnstitchFeatures.h>
Description
Function that returns the specified Unstitch feature using an index into the collection.
Syntax
"unstitchFeatures_var" is a variable referencing a UnstitchFeatures object.returnValue = unstitchFeatures_var.item(index)
|
"unstitchFeatures_var" is a variable referencing a UnstitchFeatures object.
#include <Fusion/Features/UnstitchFeatures.h>
returnValue = unstitchFeatures_var->item(index);
|
Return Value
UnstitchFeature |
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. |
Version
Introduced in version July 2015