This repository provides two powerful Revit add-ins designed to streamline BIM workflows:
- Room Wizard β a tool to quickly generate room section boxes and custom floors with user-defined thickness and materials.
- Model Navigator β a model management tool to update, select, delete, and recolor elements for better coordination and visualization.
Both plugins are built using the Revit API (C#) and help automate repetitive tasks, improve model accuracy, and speed up project delivery.
πΉ Room List Browser β easily browse and select rooms in the project.
πΉ Section Box Generator β isolate selected rooms in a dedicated 3D view.
πΉ Floor Creator β automatically generate floors for selected rooms with custom thickness and material.
πΉ Offset & Precision Control β define base offsets and create LOD-ready geometry.
πΉ Ensures non-overlapping floor generation with update logic.
πΉ Element Update β modify parameters of selected elements directly.
πΉ Quick Select β filter and highlight elements for review.
πΉ Batch Delete β safely remove unwanted elements.
πΉ Color Override β apply temporary colors to elements for better visualization and coordination.
-
Download the
.addinmanifest and.dllfiles from the release package. -
Place them in your Revit Add-ins folder, e.g.:
C:\ProgramData\Autodesk\Revit\Addins\<RevitVersion>\ Restart Revit β the plugins will appear in the **Add-Ins tab**.
- Open your Revit model and launch Room Wizard from the Add-ins tab.
- Select a room from the list.
- Click Create Section Box to isolate the room.
- Define floor material and thickness.
- Click Generate Floor β a new floor will be created or an existing one updated.
- Launch Model Navigator from the Add-ins tab.
- Use the tools to:
- Update element parameters.
- Select elements.
- Delete unwanted elements.
- Change Color for visual checks and coordination.
- Autodesk Revit 2020 or later
- .NET Framework / .NET Core compatible with Revit API
- Windows 10/11
Contributions, feature requests, and issues are welcome! Please open a pull request or issue in this repository.
This project is licensed under the MIT License β feel free to use and adapt.