Rhino 8.9 Update - Behavior of Curve extension methods changed

Dear all,

We have a fix for this now and have release a new version 0.4.15.0 which is compiled with RhinoCommon 8.15.XX (I am currently putting together the writeup for the website). For anybody else that might stumble over this later, below is the method that changed it behavior from R8.8 to R8.9.

  Polyline nakedEdges = coreBottom.GetNakedEdges()[0]; // BREAKS Rhino >8.9

From R8.9 onward, the 0th naked edge will not be placed on the kink of the polyline, and the orientation of the curve was reversed by McNeel. Iā€™d like to acknowledge @Joshua_Kennedy for helping me debug this.

Best,

Patrick

1 Like