Cylinder.evaluator Property

Parent Object: Cylinder
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Cylinder.h>

Description

Returns the surface evaluator.

Syntax

"cylinder_var" is a variable referencing a Cylinder object.

# Get the value of the property.
propertyValue = cylinder_var.evaluator
"cylinder_var" is a variable referencing a Cylinder object.
#include <Core/Geometry/Cylinder.h>

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

Property Value

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

Version

Introduced in version August 2014