BRepCoEdge.evaluator Property

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

Description

Returns a curve evaluator that can be used to perform geometric evaluations on the co-edge.

Syntax

"bRepCoEdge_var" is a variable referencing a BRepCoEdge object.

# Get the value of the property.
propertyValue = bRepCoEdge_var.evaluator
"bRepCoEdge_var" is a variable referencing a BRepCoEdge object.
#include <Fusion/BRep/BRepCoEdge.h>

// Get the value of the property.
Ptr<CurveEvaluator2D> propertyValue = bRepCoEdge_var->evaluator();

Property Value

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

Version

Introduced in version August 2014