Hi,
I would like to ask why the C# version of rhinocommon for fitting points to circle is more precise than Grasshopper component version?
Or why they differ?
FitCircle.gh (7.2 KB)
Hi,
I would like to ask why the C# version of rhinocommon for fitting points to circle is more precise than Grasshopper component version?
Or why they differ?
FitCircle.gh (7.2 KB)
Is the âTryFitCircleToPointsâ method new in R6? This is R5:
- Error (CS0117): âRhino.Geometry.Circleâ does not contain a definition for âTryFitCircleToPointsâ (line 72)
Rhino6
As in RH5 there was no such function, in GH1 is achieved by intersecting the sphere approximation with the plane approximation of the points. RH6 seems to have specific logic to circle approximation.
Thanks it seems that this intersection gives certain tolerance issue