Move DWG file awaay from global coordinate

Hi all,

using Grasshopper//Python, i am trying to import DWG file from another software, move it in x,y and export it out again as dwg again. What are the optimal solution to do such?

Using Python, you could use call Import and Export command using RunScript.

It can also be something like this, using my plugin. Though Iā€™m sure you will run into some issues, because of block definitions, etc from AutoCAD.

importtest.gh (12.8 KB)

1 Like