Export grasshopper / rhino to DWG

Hello everybody,
I have an issue regarding DWG Export from rhino. So, I have made this script that is generating tiling plans using python component in grasshopper and then I bake that grid on a separate layer in Rhino (visible on this screenshot below)

When I take that same grid from rhino and I try to export it to dwg format for some reason the edges end up deformed (visible on this screenshot below)

this is my code:

110526.gh (137.6 KB)

Updated:

  • I have fixed this issue by using Curve to Polyline tool. I assume that the issue was the tollerance that exporting to dwg would require.