Skip to content

zfcJerry/the_building_coder_samples

 
 

Repository files navigation

The Building Coder Samples

The Building Coder Samples illustrate numerous aspects and example usages of the Revit API.

Please refer to The Building Coder for further information.

Keywords: Revit API C# .NET add-in.

Installation

You can install each individual command separately by creating an add-in manifest file for it, e.g. TheBuildingCoderSingleSample.addin is set up to load the external command CmdDemoCheck.

Simply copy both BuildingCoder.dll and TheBuildingCoderSingleSample.addin to the Revit Add-Ins folder.

To save implementing a separate add-in manifest entry for each individual command, you can also use the Revit SDK sample RvtSamples.

It is an external application that reads a list of external commands from a text file and creates a ribbon menu to launch them all.

BcSamples.txt lists all The Building Coder sample commands in the required format to be used as an RvtSamples include file.

Author

Mainly implemented and maintained by Jeremy Tammik, The Building Coder and The 3D Web Coder, Forge Platform Development, ADN Open, Autodesk Inc., with lots of help from the entire Revit add-in developer community.

License

This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.