Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremytammik/exportcncfab
Revit Add-In to export Revit wall parts to DXF or SAT for CNC fabrication
https://github.com/jeremytammik/exportcncfab
Last synced: 2 months ago
JSON representation
Revit Add-In to export Revit wall parts to DXF or SAT for CNC fabrication
- Host: GitHub
- URL: https://github.com/jeremytammik/exportcncfab
- Owner: jeremytammik
- License: mit
- Created: 2013-10-25T07:37:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T12:10:10.000Z (11 months ago)
- Last Synced: 2024-01-25T12:53:36.466Z (11 months ago)
- Language: C#
- Homepage: http://thebuildingcoder.typepad.com
- Size: 268 KB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExportCncFab
Revit C# .NET API add-in to export Revit wall parts to DXF or SAT for CNC fabrication.
This add-in demonstrates various useful aspects along the way, such as:
- Implement the external application
- Create ribbon panel and command push buttons
- Load icons from assembly resources
- Select wall parts and handle optional pre-selection
- Export wall part elements to DWF or SAT
- Manage, create and populate shared parameter valuesFor more information, please refer to
[The Building Coder](http://thebuildingcoder.typepad.com) and the 12-minute
[Revit to CNC Direct YouTube video](https://www.youtube.com/watch?v=uNJ9RTppqoU).Detailed articles describing various implementation aspects include:
- [Export Wall Parts Individually to DXF](http://thebuildingcoder.typepad.com/blog/2013/03/export-wall-parts-individually-to-dxf.html)
- [ExportCncFab on GitHub](http://thebuildingcoder.typepad.com/blog/2013/10/exportcncfab-on-github-and-revitlookup-update.html)
- [Driving CNC Fabrication and Shared Parameters](http://thebuildingcoder.typepad.com/blog/2013/12/driving-cnc-fabrication-and-shared-parameters.html)
- [CNC Direct – Export Wall Parts to DXF and SAT](https://thebuildingcoder.typepad.com/blog/2015/06/cnc-direct-export-wall-parts-to-dxf-and-sat.html)
- [Migration to Revit 2018](https://thebuildingcoder.typepad.com/blog/2018/01/areaload-force-direction-cmake-sdk-access.html#5)
- [ExportCncFab `SortMark` Update](https://thebuildingcoder.typepad.com/blog/2020/12/simple-iupdater-and-other-tbc-updates.html#3)## Demonstration
William Spier demonstrates running ExportCncFab in
his 12-minute [Revit to CNC Direct YouTube recording](https://youtu.be/uNJ9RTppqoU).## No Executable
The source code for this Revit add-in is published here for Revit API demonstration purposes only.
For legal reasons, I cannot share the executable add-in in public.
Please feel free to grab the source code from GitHub and create the required add-in from that yourself, or ask a friend or colleague to create it for you.## Author
Jeremy Tammik,
[The Building Coder](http://thebuildingcoder.typepad.com) and
[The 3D Web Coder](http://the3dwebcoder.typepad.com),
[Autodesk Platform Services APS](https://aps.autodesk.com/) Development,
[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.