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