NurbsCurve.TryGetEllipse(out ellipse, tolerance) or IsEllipse returns false on Rhino Ellipses

Hi ksobon,

We developed our own sorting algorithm to create more specific entities from generic NurbsCurve entities. Similar to Dale’s proposed SampleClassifyCurve command it analyses various curve properties and generates the specific Arc, Ellipse, etc. entity when appropriate. We use it with other generic formats (IGS and STEP) because sometime source software output generic NurbsCurve.

Good luck with your development.

Alex