Join Elements in Revit
February 2025
❝ Revit does a few things well and many others don´t. ❞
😔 For example, I didn´t like how drawings looked in Revit (double lines and unclear cuts in floorplans).
So, I made a small Revit button to join elements by views in Revit.
I am biased but I used it and it joined walls, columns, floors, etc in 2 floorplans in seconds. ( Coding tip at the end )
📌 If you want to watch the video:
PS: Small tool in nonicatab free
PSS: Kudos to SiruS for the original version with magic join.
💻 Coding tip: Used JoinGeometryUtils.JoinGeometry(doc, element1, element2) and .SwitchJoinOrder(doc, element2, element1) to join the elements and switch cutting priorities based on categories. Remember to use it within a transaction. If you want to review the entire code, press Control + this button.
Revit MCP
👨💻 AI Connector | Revit MCP May 2025 ❝ I gave A.I. access to 36 Revit tools to read models live. ❞ 💬 Most A.I. chats for Revit
Revit 2026 API Docs Online
🔍 Revit API 2026 Docs April 2025 ❝ 👨💻 New search & filters. ❞ Besides updating Revit 2026 Api docs in RevApiDocs, I also added a few
Select Fast in Revit
Select Fast in Revit March 2025 ❝ I think Selecting is one of the most common actions in Revit (if not the most). ❞ ❌ For selecting one category,

About:
Jaime Alonso Candau
Director at Nonica.io | Contributions to RevApiDocs.com, pyRevit or Dynamo.