CurvatureMapAnalyses.item Method
Parent Object:
CurvatureMapAnalysesDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/CurvatureMapAnalyses.h>
Description
A method that returns the specified CurvatureMapAnalysis object using an index into the collection.
Syntax
"curvatureMapAnalyses_var" is a variable referencing a CurvatureMapAnalyses object.returnValue = curvatureMapAnalyses_var.item(index)
|
"curvatureMapAnalyses_var" is a variable referencing a CurvatureMapAnalyses object.
#include <Fusion/Fusion/CurvatureMapAnalyses.h>
returnValue = curvatureMapAnalyses_var->item(index);
|
Return Value
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 January 2023