isDrawSlicesUnderHoleEnabled method

bool isDrawSlicesUnderHoleEnabled()

Returns true if the inner tips of the slices are visible behind the hole, false if not.

@return true if slices are visible behind the hole.

Implementation

bool isDrawSlicesUnderHoleEnabled() {
  return _drawSlicesUnderHole;
}