Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeremytammik/geometrypartsanalyzer
- Owner: jeremytammik
- License: mit
- Created: 2014-12-02T06:35:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T23:58:23.000Z (about 10 years ago)
- Last Synced: 2024-10-16T15:08:03.588Z (3 months ago)
- Language: C#
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.