Skip to content

shineyruan/cad2cav_revit_plugins

Repository files navigation

cad2cav_revit_plugins

A collection of CAD2CAV Autodesk Revit plugins.

Tested on:

  • Windows 10 Home Build 19043.1165
  • Autodesk Revit 2022

Usage

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.

  1. Clone this repo to anywhere in the system.
  2. Follow pyRevit's user extension installation tutorial to set cad2cav_revit_plugins as the base folder of the pyRevit extensions.
  3. Reload pyRevit. You should see an "ExportBuildingStructure" tab in the menu bar.
  4. Open the tab and hit "Export".

For Developers

This repo maintains coding styles using Google's YAPF Python formatting tool. Contributors must run yapf on all codes before every contribution.