SectionAnalysisInput.flip Method

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

Description

A property that flips which side of the part is cut away by the section. This is a convenience method that results in flipping the Z axis of the transform while maintaining a valid rectangular coordinate system. You can directly manipulate the transform matrix to have the same effect.

Syntax

"sectionAnalysisInput_var" is a variable referencing a SectionAnalysisInput object.
returnValue = sectionAnalysisInput_var.flip()
"sectionAnalysisInput_var" is a variable referencing a SectionAnalysisInput object.

#include <Fusion/Fusion/SectionAnalysisInput.h>

returnValue = sectionAnalysisInput_var->flip();

Version

Introduced in version January 2023