SectionAnalyses.add Method

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

Description

Creates a new Section Analysis.

Syntax

"sectionAnalyses_var" is a variable referencing a SectionAnalyses object.
returnValue = sectionAnalyses_var.add(input)
"sectionAnalyses_var" is a variable referencing a SectionAnalyses object.

#include <Fusion/Fusion/SectionAnalyses.h>

returnValue = sectionAnalyses_var->add(input);

Return Value

Type Description
SectionAnalysis Returns the new SectionAnalysis object if successful.

Parameters

Name Type Description
input SectionAnalysisInput A SectionAnalysisInput object that defines how the section analysis should be created. Use the createInput method to create a new SectionAnalysisInput object.

Version

Introduced in version April 2023