SketchControlPointSpline.evaluator Property

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

Description

Returns an evaluator object that lets you perform evaluations on the precise geometry of the curve.

Syntax

"sketchControlPointSpline_var" is a variable referencing a SketchControlPointSpline object.

# Get the value of the property.
propertyValue = sketchControlPointSpline_var.evaluator
"sketchControlPointSpline_var" is a variable referencing a SketchControlPointSpline object.
#include <Fusion/Sketch/SketchControlPointSpline.h>

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

Property Value

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

Version

Introduced in version July 2022