Arc3D.evaluator Property
Parent Object: Arc3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Arc3D.h>
Description
Returns an evaluator object that lets you perform additional evaluations on the curve.
Syntax
"arc3D_var" is a variable referencing an Arc3D object.
|
Property Value
This is a read only property whose value is a CurveEvaluator3D.Samples
Name | Description |
SketchArcs.split | Demonstrates the SketchArc.split method. |