Import CAD and automatically put them in a drafting view with dynamo

Yes this is possible. Here is a previous thread on the topic that has a few versions of a Python script that will import a DWG file:

Set up a directory folder with all of your CAD files, get the directory contents, use DraftingView.ByName for each file and connect your files and the drafting views into the Python script

2 Likes