The story of JOTools (developed by Wise Build) is one of a BIM manager’s quest to eliminate the "all-or-nothing" frustration inherent in standard Revit workflows. Rather than wrestling with large-scale, rigid native tools, users turn to JOTools for surgical precision in model management. The Problem: The "All-or-Nothing" Wall
using System;
using System.Collections.Generic;
using System.Linq;
using Autodesk.Revit.Attributes;
using Autodesk.Revit.DB;
using Autodesk.Revit.UI;
using Autodesk.Revit.UI.Selection;
uidoc = revit.ActiveUIDocument
doc = uidoc.Document
selection = uidoc.Selection.GetElementIds() jotools revit
- Automates repetitive detailing tasks (e.g., joinery, fasteners, clearances).
- Reduces manual family creation for standard connections.
- Good for modular construction or prefab workflows.
- Check: Are there views placed on sheets with the wrong Title on the title block?
- Check: Do all views have a View Template assigned?
- Fix: One click to fill all empty "Revision" tags.
Regularly run diagnostic scripts within JOTools to check the health of your content library and live project files Leverage Content Catalogs: The story of JOTools (developed by Wise Build