Share

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

Property Value

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

Version

Introduced in version September 2020

Was this information helpful?