How can I use Grasshopper to detect the smallest possible circumscribed circle for these two White
curves? The Orange
circle is only an approximation of the true circumscribed circle.
circumcircle.3dm (3.5 MB)
How can I use Grasshopper to detect the smallest possible circumscribed circle for these two White
curves? The Orange
circle is only an approximation of the true circumscribed circle.
Yes they aren’t circles but look similar to circles.
In that case I think this requires Galapagos or some other optimization to find the longest line between two points.
circle_galapagos.gh (9.5 KB)
Yes, the longest line is the key here. Thank you for solution.