CurvatureCombAnalyses.itemByName Method

Parent Object: CurvatureCombAnalyses
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/CurvatureCombAnalyses.h>

Description

A method that returns the specified CurvatureCombAnalysis object using the name of the analysis as displayed in the browser.

Syntax

"curvatureCombAnalyses_var" is a variable referencing a CurvatureCombAnalyses object.
returnValue = curvatureCombAnalyses_var.itemByName(name)
"curvatureCombAnalyses_var" is a variable referencing a CurvatureCombAnalyses object.

#include <Fusion/Fusion/CurvatureCombAnalyses.h>

returnValue = curvatureCombAnalyses_var->itemByName(name);

Return Value

Type Description
CurvatureCombAnalysis Returns the specified item or null if an invalid name was specified.

Parameters

Name Type Description
name string The name of the CurvatureCombAnalysis object as displayed in the browser.

Version

Introduced in version January 2023