A native Revit Add-in command for the DPA_MENA team that converts Rhino 3dm files to Revit Adaptive Family reference geometry.
This replaces a current dedicated Dynamo ZeroTouch node implementation with a direct Revit ribbon command, eliminating the Dynamo dependency and providing a more integrated user experience with WPF dialogs and proper transaction management.
Importantly, this command DOES NOT rely on Rhino.Inside.Revit (RIR), so it can be deployed to any Revit operator, no Rhino installation or license required.
Key Features
- Plug-and-play operation: Works out-of-the-box with standard Revit installations—no extra software or licenses required.
- Ribbon integration: Launched directly from the Revit ribbon for a seamless user experience.
- Modern UI: Employs WPF dialogs for simple, guided imports.
- Eliminates dependency chains: Frees workflows from both Rhino.Inside.Revit and Dynamo scripting constraints.
- Robust transaction safety: Built with explicit transaction management for greater model integrity and easier troubleshooting.