Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 486 Bytes

ASRR Revit Core Library

A collection of useful functions when dealing with the Revit API

How to add this module to your repo

cd <project-root>
mkdir lib
cd lib
git submodule add <repo-url> <desired-folder-name, leave blank if you want to use submodule repo name>

Then add the cloned submodule .csproj to your own c# project using right mouse click -> add -> project -> existing.