Jotools Revit -
(Note: Please verify the current status on the official website or Autodesk App Store, as developer tools can change status).
Jotools has historically been available through the Autodesk App Store and often offers a free version with basic utilities or a reasonably priced "Pro" version for the full suite. It is compatible with recent versions of Revit (2018–2024+).
Jotools for Revit is a pragmatic add-in toolkit: modest in scope but high in practical value. It suits teams that want targeted automation to eliminate tedium, enforce consistency, and accelerate documentation—without committing to heavyweight customization. For firms focused on lean BIM productivity gains, Jotools often delivers immediate, noticeable improvements.
If you want, I can:
JOTools for Revit: A Comprehensive Guide to Streamlining BIM Workflows
In the demanding world of Building Information Modeling (BIM), efficiency is everything. While Autodesk Revit is a powerhouse for design and documentation, its native features sometimes lack the granular control or automation needed for specialized, repetitive tasks. This is where JOTools—a popular suite of Revit plugins developed by Juan Osborne of WiseBuild—comes into play.
Designed to fill critical gaps in Revit's native functionality, JOTools offers targeted solutions for transferring standards, renumbering elements, and managing complex model data. Core Features of JOTools
The JOTools package consists of several modular applications, each designed to solve a specific pain point in the Revit workflow. 1. TransferSingle: Granular Standards Management
Perhaps the most famous tool in the suite, TransferSingle revolutionizes how BIM managers handle project standards. jotools revit
The Problem: Revit’s native "Transfer Project Standards" tool is an all-or-nothing affair, often leading to cluttered models with unwanted styles and types.
The JOTools Solution: It allows users to transfer specific, individual items—like a single view template, filter, or dimension style—between open models.
Unique Capabilities: Beyond standard Revit settings, it can transfer "impossible" elements like sheets with their views, scope boxes, levels, and even legends. 2. ElementRenumbering: Precision at Scale
Manual renumbering is one of the most tedious tasks in architectural documentation. ElementRenumbering automates this by letting you re-assign number properties in a custom order.
Flexible Targets: Works with rooms, doors, windows, structural framing, grids, and even mechanical equipment.
User-Driven Order: You can renumber elements simply by picking them in the sequence you want them numbered.
Customization: Supports prefixes, suffixes, and zero-padding for professional-looking schedules. 3. Specialized Workflow Tools
WorksetCreator: Helps manage and create multiple worksets simultaneously and can assign elements to worksets based on category or type. (Note: Please verify the current status on the
FilterMore: An advanced filtering tool that expands your selection capabilities within a model.
LevelAutoSet: Automatically aligns selected elements to their closest reference levels, ensuring model accuracy.
MatchRotation: A simple utility to match the rotation of almost any Revit element to another. Why BIM Managers Choose JOTools
The popularity of JOTools among BIM specialists and architects stems from its practical, "no-nonsense" approach to software development.
Affordability: Many tools in the suite, such as ElementRenumbering, are free, while others like TransferSingle are typically priced at a modest one-time fee of $9.99.
Perpetual Licensing: Juan Osborne follows a "pay once, works forever" philosophy, meaning users get free updates for future Revit versions without recurring subscription costs.
Performance: The tools are designed to handle large, complex files, though users are advised to be patient when loading standards from massive models. Getting Started with JOTools
To integrate these tools into your workflow, you can find them on the Autodesk App Store under the developer Juan Osborne - WiseBuild.es. TransferSingle Jotools for Revit is a pragmatic add-in toolkit:
Moving specific sheets, views, and templates between models. ElementRenumbering Rapidly renumbering doors, rooms, and components. FilterMore Advanced element selection and filtering. WorksetCreator Bulk creation and management of project worksets.
Pro Tip: If you frequently manage company templates or upgrade older Revit files, TransferSingle is considered a "must-have" for maintaining clean, consistent project standards without the manual rework. ElementRenumbering | Revit - Autodesk App Store
Solution: With JOTools, your right-click becomes a Swiss Army knife. You no longer travel to the top of the screen to click "Hide in View." You right-click, press "H," and it's done. This reduces mouse travel distance by over 90%.
Jotools is a collection of lightweight Revit plugins designed to improve efficiency in common BIM tasks—cleanups, small model edits, batch operations, and documentation tweaks. It targets the repetitive pain points most Revit users face and provides focused commands that are simple to learn and deploy.
If you are using pyRevit or the Revit Python Shell to run Jotools-style scripts, here is the equivalent "piece" in Python:
# Jotools - Python Snippet
from Autodesk.Revit.DB import *
from Autodesk.Revit.UI import *
uidoc = revit.ActiveUIDocument
doc = uidoc.Document
selection = uidoc.Selection.GetElementIds()
Jotools isn’t a massive, bloated suite of hundreds of tools you’ll never use. Instead, it focuses on one thing: streamlining your modeling and selection workflow. It acts as a smart shortcut manager and selection helper, allowing you to perform common actions with minimal clicks.
Think of it as the "keyboard ninja" tool for Revit. It bridges the gap between what you want to do and what Revit actually hears.
The hallmark of Jotools is the J-key shortcut. By default, hitting the J key on your keyboard activates a context-sensitive command palette. Instead of typing "MV" for Move or "TR" for Trim, you simply hit J and then type what you want (e.g., "move" or "trim"). It’s like Spotlight search for Revit commands.