BRepEdge.isParamReversed Property

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

Description

Returns if the parametric direction of this edge is reversed from the parametric direction of the underlying curve obtained from the geometry property. An edge's parametric direction is from the start vertex to the end vertex. But the underlying curve geometry may have the opposite parameterization. This property indicates if the parameterization order of the evaluator obtained from this edge is reversed from the order of the geometry curve's evaluator.

Syntax

"bRepEdge_var" is a variable referencing a BRepEdge object.

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

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

Property Value

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

Version

Introduced in version August 2014