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