Gets and sets the minor radius of the ellipse that defines the cylinder.
# Get the value of the property.propertyValue = ellipticalCylinder_var.minorRadius# Set the value of the property.ellipticalCylinder_var.minorRadius = propertyValue
#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);