Circle tanget 3 curves using Rhino.Command

Hi Guys,

I am wondering, is it possible to make the tangent circle to three curves using Rhino.Command method in Rhino4 or earlier ?

Hi Louis,

I don’t know of a way of scripting this in Rhino 4 or earlier.

If you are using Rhino 5 and Rhino.Python, then you could call in to RhinoCommon and use the Rhino.Geometry.Circle.TryFitCircleTTT function.

– Dale

Hi Dale,

I am trying to do this using Rhino 4