Hi all. I do try to get a circle that fits inside the boundary of a surface, preferably in the widest area of the boundary and i can’t find a way on how to cull the circles that are touching the edges of the boundary.
If you want more circles you could use Medial Axis. I have one tool in Nautilus plugin, but at the moment I don’t accept holes. It is planned to be added.
This is awesome! It is quite easy to get the largest circle (with sort list and list item), but is there any way to retrieve the 2nd largest circle that does not overlap with the 1st largest circle, then the 3rd that doesn’t overlap with the 1st and the 2nd, and so forth? Any help would be greatly appreciated.