Gets and sets the minor radius of the ellipse that defines the cone.
# Get the value of the property.propertyValue = ellipticalCone_var.minorRadius# Set the value of the property.ellipticalCone_var.minorRadius = propertyValue
#include <Core/Geometry/EllipticalCone.h>// Get the value of the property.double propertyValue = ellipticalCone_var->minorRadius();// Set the value of the property, where value_var is a double.bool returnValue = ellipticalCone_var->minorRadius(value_var);