I’ve been poking about looking for a good way to get several types of schedule data out of Revit into Excel, doing some edits, and then updating families based on the changed Excel data.
I’ve been running into a lot of dead ends, and while it seems like Dynamo should be able to do this (albeit something akin to swatting a fly with a remote ai controlled drone) but the relative lack of documentation and naming conventions vs Revit has me a bit confused. (thanks to all of you who are working on this so far, and have produced a passel of great content)
I’d like to be able to take an annotation family, generate a list of all of the types of that family in the project in excel, (with a few parameters relative to types), make minor edits or updates to those values in Excel, and then drive changes to the target Family in Revit.
- background context: we get owner supplied lists of owner supplied items which may or may not be modeled at all and cover lots of kinds of objects, so the most appropriate method for noting these in CDs is to drop a “tag” annotation of something like “OS-02” onto a view and then have a schedule of the types of that annotation. There may be multiple instances of one “OS-02”, so an instance parameter becomes unworkable.
How do I get a list of types of a family? particularly an annotation family? I’m not finding anything useful in "categories"
Once I have that list, can I use that to generate more types via new lines in Excel? From what I’ve seen editing text parameters in the Excel file and pushing them back seems trivial.