Cone.evaluator Property
Parent Object:
ConeDefined in namespace "adsk::core" and the header file is <Core/Geometry/Cone.h>
Description
Returns the surface evaluator.
Syntax
"cone_var" is a variable referencing a Cone object.
# Get the value of the property. propertyValue = cone_var.evaluator
|
"cone_var" is a variable referencing a Cone object.
#include <Core/Geometry/Cone.h>
// Get the value of the property. Ptr<SurfaceEvaluator> propertyValue = cone_var->evaluator();
|
Property Value
This is a read only property whose value is a
SurfaceEvaluator.
Version
Introduced in version August 2014