Share

Plane.evaluator Property

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

Description

Returns the surface evaluator.

Syntax

"plane_var" is a variable referencing a Plane object.

# Get the value of the property.
propertyValue = plane_var.evaluator

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?