Gets and sets the major radius of the ellipse that defines the cylinder.
# Get the value of the property.propertyValue = ellipticalCylinder_var.majorRadius# Set the value of the property.ellipticalCylinder_var.majorRadius = propertyValue
#include <Core/Geometry/EllipticalCylinder.h>// Get the value of the property.double propertyValue = ellipticalCylinder_var->majorRadius();// Set the value of the property, where value_var is a double.bool returnValue = ellipticalCylinder_var->majorRadius(value_var);