Hi Joach, this is a bug in the auto-conversion routines. My guess is only planar polylines are erroneously converted to planes, correct?
things you can try before a fix will be available: - instead of outputting OnPolyline, output OnPolylineCurve - instead of outputting OnPolyline, output Grasshopper.Kernel.Types.EH_Curve. Use the constructor that takes in an OnCurve instance (and make an OnPolylineCurve first). -- David Rutten [email protected] Robert McNeel & Associates On Mar 23, 12:29 am, joach <[email protected]> wrote: > When i use onpolyline in new GH it sometime return a plane instead of > polyline. Is anything new in definition of polyline? I'm sure i dont > wrote anything different from GH0.5 > > screen:http://grasshopper3d.googlegroups.com/web/SCR%20-%20problem%20with%20... > > Any idea? > Thx, Joach
