Revit Renamer Macro

Changing the names of rooms, sheets and views in Revit is easy to automate with macros and the API. Renaming is a two step process. First, you gather all the sheets, views, room tags or whatever you want to rename with a collector. Once you have all the objects, you simply loop through the collection and change each object's name parameter. If you're replacing an old name with a new one, you can use a conditional statement to do the swap. The name parameters differ from object type to object type so you'll need to refer to the API documentation (which you can download here) for the exact parameter name.
تغيير الرقم في الغرف و الشيتات 

تعليقات

المشاركات الشائعة