BRepFaceDefinition.isParamReversed Property

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

Description

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

Syntax

"bRepFaceDefinition_var" is a variable referencing a BRepFaceDefinition object.

# Get the value of the property.
propertyValue = bRepFaceDefinition_var.isParamReversed

# Set the value of the property.
bRepFaceDefinition_var.isParamReversed = propertyValue
"bRepFaceDefinition_var" is a variable referencing a BRepFaceDefinition object.
#include <Fusion/BRep/BRepFaceDefinition.h>

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

// Set the value of the property, where value_var is a boolean.
bool returnValue = bRepFaceDefinition_var->isParamReversed(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version September 2020