By default, Zoo generates KCL for all circle-y things with a radius = 5mm parameter, both for a circle() and for any kind of arc.
But when I design, I always think of circles having diameters, especially when that circle is going to be a hole for a bolt or something. I know I can manually edit the KCL so it’s circle(..., diameter = 10mm) instead of circle(..., radius = 5mm), but this is tedious to have to do each time.
I’d love a user Preference: “ Default generate circle() with diameter, not radius”
I’m not sure we can always replace radius with diameter. For example fillets are specified using a radius, I haven’t a seen a case where diameter is used. Maybe this user setting only works for functions that may have a dual representation. If we add a slot function, the width of a slot could be defined as a radius or diameter.