RUKNBIM.ElementNavigator
An Autodesk Navisworks Manage plugin designed for fast selection, isolation, section-boxing, and tracking of elements by their Revit IDs.
A lightweight, free Navisworks add-in that lets you select and highlight elements by their Element ID. Perfect for debugging, clash resolution, and coordination workflows. Paste a list of IDs and instantly navigate to any element in your model.
Key Features
- Advanced Element SelectionInput, select, and highlight Revit Element IDs inside Navisworks models.
- Bulk Import & ExportImport Excel/CSV files containing lists of Element IDs, and export verification reports detailing which elements were found or missing.
- 🔵Zoom to SelectionInstantly center and zoom on the active selection.
- 🟢Isolate SelectionFast isolation (hides non-ancestor siblings and sibling subtrees).
- 🟢Clear IsolationRestore model visibility.
- 🟠Auto Section BoxAutomatically fit a section box around selected items.
- 🔴Clear Section BoxClear active clipping boxes.
- 🟡Save ViewpointSave the current viewpoint.
- 🟣InfoOpens the developer & support card.
- Live Update CheckerThe Info window automatically checks the GitHub repository in the background and notifies the operator if a newer version is available.
- Aesthetic WPF UIVisual Studio styled dark dialogs with premium random color schemes generated on load.
Build & Setup
Requirements: .NET Framework 4.8, Navisworks Manage 2022–2026. Open the project in Visual Studio, build the solution, and the post-build script automatically registers the bundle to %AppData%\Autodesk\ApplicationPlugins\RUKNBIM.ElementID.bundle\. Ensure Autodesk Navisworks is closed before building to avoid file-lock errors during copy.
Creating the Installer (.exe)
The project contains an Inno Setup script (setup.iss) to compile a single-file executable installer. Install Inno Setup Compiler, open setup.iss, press F9 to build — the generated installer Rukn.ElementID.Setup.exe will be saved under the Output/ directory, ready to share.
System Requirements
- Autodesk Navisworks 2022–2026
- Windows 10/11 (64-bit)
- .NET Framework 4.8+
Changelog
- v1.2.02026-04-10
- — Added linked model support
- — Improved paste functionality
- — UI improvements