SectionAnalysis.flip Method

Parent Object: SectionAnalysis
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/SectionAnalysis.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

"sectionAnalysis_var" is a variable referencing a SectionAnalysis object.
returnValue = sectionAnalysis_var.flip()
"sectionAnalysis_var" is a variable referencing a SectionAnalysis object.

#include <Fusion/Fusion/SectionAnalysis.h>

returnValue = sectionAnalysis_var->flip();

Version

Introduced in version April 2023