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