@a.nigam wrote:
Hello all,
I have a question about batch processing of DWGs. The logic seems simple enough but I’m not sure where to get started in terms of implementation. Essentially what I’d like to do for a batch of files is -
- Open and load DWG 01 to Rhino
- Run a GH script that does a specific task [Look for a specific layer > Explode Blocks > Boolean operations on curves > Bake ]
- Export DWG 01
- Open and load DWG 02
Run steps 2 & 3 again until all the files in the folder have been changed.
I have some scripting experience with Python and C# but always on the geometry level not so much at file management level.
Any help would be greatly appreciated.
Thanks
Posts: 1
Participants: 1