: For tools like ElementRenumbering, you can paste an empty text file named add-ins.txt into the plugin folder to force the tool onto your default Revit add-in tab. If you want to know more, tell me: Which version of Revit (like 2024, 2025, or 2026) you use The specific task you want to automate I can give you exact steps to make your workflow faster! Share public link
: Most tools have a minimal learning curve and focus on a single, clear function. jotools revit
// Filter for Sheets only List<ViewSheet> sheets = selectedIds .Select(id => doc.GetElement(id)) .OfType<ViewSheet>() .Where(s => s != null) .ToList(); : For tools like ElementRenumbering, you can paste
Managing Revit families—the building blocks of any Revit model—can be a nightmare, especially when dealing with large libraries. JOTools offers a powerful pair of tools to tame this chaos: // Filter for Sheets only List<ViewSheet> sheets =
: Open Revit. You will see a new tab or panel at the top of your screen containing your new tools.
Here’s what makes Jotools a favorite among power users:
: This tool can also be used to mass-save and upgrade older family files to the current Revit version, saving hours of manual updates. 4. FilterMore: Advanced Selection Control