Finding a Revit Project with DWG export settings

Finding a Revit Project with DWG export settings

vkeller
Enthusiast Enthusiast
517 Views
9 Replies
Message 1 of 10

Finding a Revit Project with DWG export settings

vkeller
Enthusiast
Enthusiast

We made a lot of DWG export settings in a Revit Project. They forgot what Revit project that they made it in and they have 100’s of projects on their drive. Is there any way he do a search to find the project with all of his export settings?

0 Likes
518 Views
9 Replies
Replies (9)
Message 2 of 10

martijn_pater
Advisor
Advisor

Wouldnt it be easier to just recreate/reset/set the dwg export settings?

 

https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2019/EN... 

0 Likes
Message 3 of 10

vkeller
Enthusiast
Enthusiast

Problem is they don't want to recreate all the export settings. They wanted to know if somehow to do a search to find the project with their exports settings.

0 Likes
Message 4 of 10

hmunsell
Mentor
Mentor

find the set of DWG's that was made, find the project number/name. hopefully the projects are organized on the server and that should narrow the search for the revit models. 

Howard Munsell
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.



EESignature


0 Likes
Message 5 of 10

vkeller
Enthusiast
Enthusiast

Thank you for your suggestion. I will find out to see if this will work.

0 Likes
Message 6 of 10

vkeller
Enthusiast
Enthusiast

Just to give you an idea of the magnitude of that task: I have 135 archived Revit projects. Going through each one and comparing the .rvt with .dwg files will be very tedious. I sure hope there is an easier way.

0 Likes
Message 7 of 10

ToanDN
Consultant
Consultant
Don't you store the DWGs in folders with Project name/number?
0 Likes
Message 8 of 10

hmunsell
Mentor
Mentor

if you can find the DWG's/PDF's, you should also be able to get a date range the project was worked on and possibly who worked on it.

Howard Munsell
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.



EESignature


0 Likes
Message 9 of 10

vkeller
Enthusiast
Enthusiast

I don’t understand what you’re suggesting. Whereas I have 135 Revit projects to search, I have literally over a thousand .dwg files. Can you help me understand the logic in searching the .dwg files? 

 

I am hoping for a better solution.

0 Likes
Message 10 of 10

Mark.Ackerley
Advocate
Advocate

Heya,

 

I presume you know what the settings are called? Or some other property? A lot of methods & properties are exposed in the API...

 

https://www.revitapidocs.com/2015/815928cf-5c0e-ceda-c9ac-a3b1c992e27b.htm

 

I’m a Dynamo user so I would use Dynamo... Background open the files, get their Export Settings, Filter the File where a setting == the name... Perhaps 10 nodes?

 

If you’re not comfortable with that workflow, you’ll probably spend longer getting it to work than the manual method, but it would be more fun 🙂 Here’s most of the nodes you’d need...

 

https://forum.dynamobim.com/t/batchexport-dwf-linked-files/13852/8

 

Hopefully that’s of interest!

 

Mark

 

 

0 Likes