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.
- Host: GitHub
- URL: https://github.com/shineyruan/cad2cav_revit_plugins
- Owner: shineyruan
- License: gpl-3.0
- Created: 2021-09-14T06:29:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T18:01:36.000Z (over 4 years ago)
- Last Synced: 2025-02-23T04:29:05.939Z (over 1 year ago)
- Topics: autonomous-vehicles, cad2cav, f1tenth, pyrevit, pyrevit-extensions, revit
- Language: Python
- Homepage: https://github.com/mlab-upenn/ISP2021-cad2cav
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.