SectionAnalyses.add Method
Parent Object:
SectionAnalysesDefined 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
Parameters
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