Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeremytammik/adnrme

ADN sample add-in for Revit MEP HVAC and electrical.
https://github.com/jeremytammik/adnrme

Last synced: about 1 month ago
JSON representation

ADN sample add-in for Revit MEP HVAC and electrical.

Awesome Lists containing this project

README

        

# AdnRme

![Revit API](https://img.shields.io/badge/Revit%20API-2021-blue.svg)
![Platform](https://img.shields.io/badge/platform-Windows-lightgray.svg)
![.NET](https://img.shields.io/badge/.NET-4.8-blue.svg)
[![License](http://img.shields.io/:license-mit-blue.svg)](http://opensource.org/licenses/MIT)

Revit MEP Sample Application for Revit MEP HVAC and electrical.

Demonstrate use of the Revit API for MEP specific tasks.

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

## HVAC

Use of the generic Revit API for HVAC specific tasks, using only standard Revit element properties and parameters:

- Determine air terminals for each space.
- Assign flow to the air terminals depending on the space's calculated supply air flow.
- Change size of diffuser based on flow.
- Populate the value of the 'CFM per SF' variable on all spaces.
- Determine unhosted elements.
- Reset demo.

## Electrical

Use of the MEP specific API to traverse an electrical system and display its hierarchy in a tree view.

## Documentation

- The Building Coder topic group for
[The ADN Revit MEP HVAC and Electrical Sample AdnRme](https://thebuildingcoder.typepad.com/blog/about-the-author.html#5.40)
- [The Revit MEP API](http://thebuildingcoder.typepad.com/blog/2009/06/revit-mep-api.html)
- [MEP Sample Ribbon Panel](http://thebuildingcoder.typepad.com/blog/2009/08/mep-sample-ribbon-panel.html)
- [The Revit MEP API](http://thebuildingcoder.typepad.com/blog/2009/09/the-revit-mep-api.html)
- [The Revit MEP 2011 API](http://thebuildingcoder.typepad.com/blog/2010/05/the-revit-mep-2011-api.html)
- Summary of [AU 2010 Session ID 1573 – *All Systems Go in Revit MEP Programming*](http://thebuildingcoder.typepad.com/blog/2010/05/voting-open-for-au-2010-sessions.html)
- [AU 2010 Classes](http://thebuildingcoder.typepad.com/blog/2010/09/autodesk-university-2010-classes.html)
- [Autodesk University 2010 Class Materials](https://thebuildingcoder.typepad.com/blog/2010/11/autodesk-university-2010-class-materials.html)
for *CP316-3U All Systems Go in Autodesk Revit MEP Programming*
- [MEP Sample Code for Revit 2012](https://thebuildingcoder.typepad.com/blog/2011/08/mep-sample-code-for-revit-2012.html)
- [The ADN MEP Sample AdnRme for Revit MEP 2013](http://thebuildingcoder.typepad.com/blog/2012/05/the-adn-mep-sample-adnrme-for-revit-mep-2013.html)
- [Updated Revit MEP 2013 Material](http://thebuildingcoder.typepad.com/blog/2012/08/updated-revit-mep-2013-material.html)
- [AU Classes on the View, MEP and Link APIs](http://thebuildingcoder.typepad.com/blog/2012/11/au-classes-on-the-view-mep-and-link-apis.html)
- [The ADN Sample AdnRme for Revit MEP 2014](http://thebuildingcoder.typepad.com/blog/2013/06/the-adn-sample-adnrme-for-revit-mep-2014.html)
- [AdnRme Migrated to Revit MEP 2015 on GitHub](http://thebuildingcoder.typepad.com/blog/2014/06/adnrme-migrated-to-revit-mep-2015-on-github.html)
- [ArchSample, Active Transaction and AdnRme for 2016](http://thebuildingcoder.typepad.com/blog/2015/06/archsample-active-transaction-and-adnrme-for-revit-mep-2016.html)

## Author

Jeremy Tammik,
[The Building Coder](http://thebuildingcoder.typepad.com),
[ADN](http://www.autodesk.com/adn)
[Open](http://www.autodesk.com/adnopen),
[Autodesk Inc.](http://www.autodesk.com)

## License

This sample is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Please see the [LICENSE](LICENSE) file for full details.