I just found a strange behavior when offsetting a polyline curve in Grasshopper. The offset result becomes wrong when the offset distance passes a certain point (see screenshots). However this issue does not exist when offsetting using Rhino command. Any clue why this is happening?
When I bake it to Rhino and offset it there everything is fine. It seems that the Curve.Offset() method in RhinoCommon API of Rhino 7 has the same issue. Just wondering if there are any workarounds to this problem in R7. And I am also curious why offset in Rhino works fine. Thank you!