AngularMeterMBS Zone Thickness

Looks like there’s no more “Add-Ons” category, so I guess this is now the place.

@Christian_Schmitz, what parameter(s) determine the width or thickness of the meter zones? I’ve been unable to find it in the docs.

when you call setMeter, you pass a radius as third parameter:

m.setMeter(100, 100, 85, 0, 360)

then we adding a zone, you can pass a start and end radius:

m.addZone(0, 60, 70, 85, &h00aa00)

this would do from 70 to 85, so a bit wider.