Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeremytammik/geometrypartsanalyzer

Revit add-in analysing detailed part layer geometry by splitting selected walls into parts in a temporary transaction using PartUtils.CreateParts.
https://github.com/jeremytammik/geometrypartsanalyzer

Last synced: 26 days ago
JSON representation

Revit add-in analysing detailed part layer geometry by splitting selected walls into parts in a temporary transaction using PartUtils.CreateParts.

Awesome Lists containing this project

README

        

GeometryPartsAnalyzer
=====================

Revit add-in analysing detailed part layer geometry by splitting selected walls into parts in a temporary transaction using PartUtils.CreateParts.

Detailed descriptions of this add-in and related topics are provided by The Building Coder:

- [Retrieving Detailed Wall Layer Geometry](http://thebuildingcoder.typepad.com/blog/2011/10/retrieving-detailed-wall-layer-geometry.html)
- [Migrating GeometryPartsAnalyzer to Revit 2015](http://thebuildingcoder.typepad.com/blog/2014/12/devdays-conference-at-autodesk-university.html#1)
- [Splitting an Element into Parts](http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.39)
- [Wall Layers](http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.12)

You can also use this as a handy reference to compare the migration steps required [from Revit 2012 to Revit 2014](https://github.com/jeremytammik/GeometryPartsAnalyzer/compare/2012.0.0.0...2014.0.0.0) and [from Revit 2014 to Revit 2015](https://github.com/jeremytammik/GeometryPartsAnalyzer/compare/2014.0.0.0...2015.0.0.0).

Author
------

Jeremy Tammik, [The Building Coder](http://thebuildingcoder.typepad.com), Autodesk Inc.

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.