An open API service indexing awesome lists of open source software.

https://github.com/shineyruan/cad2cav_revit_plugins

A collection of CAD2CAV Revit plugins.
https://github.com/shineyruan/cad2cav_revit_plugins

autonomous-vehicles cad2cav f1tenth pyrevit pyrevit-extensions revit

Last synced: 8 months ago
JSON representation

A collection of CAD2CAV Revit plugins.

Awesome Lists containing this project

README

          

# 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](https://github.com/eirannejad/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](https://www.notion.so/Create-Your-First-Command-2509b43e28bd498fba937f5c1be7f485) 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](https://github.com/google/yapf). Contributors must run `yapf` on all codes before every contribution.