EllipticalCone.evaluator Property

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

Description

Returns the surface evaluator.

Syntax

"ellipticalCone_var" is a variable referencing an EllipticalCone object.

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

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

Property Value

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

Version

Introduced in version August 2014