BRepFace.isParamReversed Property

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

Description

Gets if the normal of this face is reversed with respect to the surface geometry associated with this face.

Syntax

"bRepFace_var" is a variable referencing a BRepFace object.

# Get the value of the property.
propertyValue = bRepFace_var.isParamReversed
"bRepFace_var" is a variable referencing a BRepFace object.
#include <Fusion/BRep/BRepFace.h>

// Get the value of the property.
boolean propertyValue = bRepFace_var->isParamReversed();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version April 2019