RUKN BIM API
Back to products
freenavisworksv1.2.0

RUKNBIM.ElementNavigator

An Autodesk Navisworks Manage plugin designed for fast selection, isolation, section-boxing, and tracking of elements by their Revit IDs.

Free

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 Selection
    Input, select, and highlight Revit Element IDs inside Navisworks models.
  • Bulk Import & Export
    Import Excel/CSV files containing lists of Element IDs, and export verification reports detailing which elements were found or missing.
  • 🔵
    Zoom to Selection
    Instantly center and zoom on the active selection.
  • 🟢
    Isolate Selection
    Fast isolation (hides non-ancestor siblings and sibling subtrees).
  • 🟢
    Clear Isolation
    Restore model visibility.
  • 🟠
    Auto Section Box
    Automatically fit a section box around selected items.
  • 🔴
    Clear Section Box
    Clear active clipping boxes.
  • 🟡
    Save Viewpoint
    Save the current viewpoint.
  • 🟣
    Info
    Opens the developer & support card.
  • Live Update Checker
    The Info window automatically checks the GitHub repository in the background and notifies the operator if a newer version is available.
  • Aesthetic WPF UI
    Visual 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

  1. v1.2.02026-04-10
    • Added linked model support
    • Improved paste functionality
    • UI improvements