A collection of CAD2CAV Autodesk Revit plugins.
Tested on:
- Windows 10 Home Build 19043.1165
- Autodesk Revit 2022
All plugins are developed by pyRevit. To use these plugins, users must have a working version of pyRevit and Autodesk Revit installed in the system.
- Clone this repo to anywhere in the system.
- Follow pyRevit's user extension installation tutorial to set
cad2cav_revit_plugins
as the base folder of the pyRevit extensions. - Reload pyRevit. You should see an "ExportBuildingStructure" tab in the menu bar.
- Open the tab and hit "Export".
This repo maintains coding styles using Google's YAPF Python formatting tool. Contributors must run yapf
on all codes before every contribution.