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