Thursday, July 29, 2010

Completed My Fist Revit App

Created my first Revit App. Learning the API is a little bit of a challenge. The most challenging thing was learning VB.net, I have managed a little VBA, a decent amount of LISP and some scripting. Well VB.net is none of those.

The overall goal was to mimic a custom LISP routine that we use in AutoCAD.
1. Print a to DWF and or PDF to a Current Plot Folder
2. Copy the file or files to a archive record issue for the issue letter or number
3. The file name to Project Number-Sheet Number-Revision Number
4. Search the Plot folder for previous versions of that sheet and delete them
5. Seamless process without allot of user in put

The app requires you to print one view at a time, but it does read the sheet and file for all the information needed, no user input except to click OK if it finds an error (with reason) or OK that is complete.

No comments: