EllipticalCylinder.minorRadius Property
Parent Object:
EllipticalCylinderDefined in namespace "adsk::core" and the header file is <Core/Geometry/EllipticalCylinder.h>
Description
Gets and sets the minor radius of the ellipse that defines the cylinder.
Syntax
"ellipticalCylinder_var" is a variable referencing an EllipticalCylinder object.
# Get the value of the property. propertyValue = ellipticalCylinder_var.minorRadius
# Set the value of the property. ellipticalCylinder_var.minorRadius = propertyValue
|
"ellipticalCylinder_var" is a variable referencing an EllipticalCylinder object.
#include <Core/Geometry/EllipticalCylinder.h>
// Get the value of the property. double propertyValue = ellipticalCylinder_var->minorRadius();
// Set the value of the property, where value_var is a double. bool returnValue = ellipticalCylinder_var->minorRadius(value_var);
|
Property Value
This is a read/write property whose value is a double.
Version
Introduced in version August 2014