CurvatureMapAnalyses.itemByName 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 the name of the analysis as displayed in the browser.
Syntax
"curvatureMapAnalyses_var" is a variable referencing a CurvatureMapAnalyses object.returnValue = curvatureMapAnalyses_var.itemByName(name)
|
"curvatureMapAnalyses_var" is a variable referencing a CurvatureMapAnalyses object.
#include <Fusion/Fusion/CurvatureMapAnalyses.h>
returnValue = curvatureMapAnalyses_var->itemByName(name);
|
Return Value
Parameters
name |
string |
The name of the CurvatureMapAnalysis object as displayed in the browser. |
Version
Introduced in version January 2023