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