getHoleRadius method

double getHoleRadius()

Returns the size of the hole radius in percent of the total radius.

@return

Implementation

double getHoleRadius() {
  return _holeRadiusPercent;
}