https://github.com/autodesk/revit-stl-extension
An Autodesk Revit add-in to export Revit models to STL format.
https://github.com/autodesk/revit-stl-extension
Last synced: 11 months ago
JSON representation
An Autodesk Revit add-in to export Revit models to STL format.
- Host: GitHub
- URL: https://github.com/autodesk/revit-stl-extension
- Owner: Autodesk
- Created: 2016-10-05T20:00:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T08:48:58.000Z (about 6 years ago)
- Last Synced: 2025-06-03T00:33:01.733Z (about 1 year ago)
- Language: C#
- Size: 327 KB
- Stars: 43
- Watchers: 18
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
Awesome Lists containing this project
README
STL Extension for Autodesk® Revit®
===========
The STL Extension for use with Autodesk® Revit® is a proof-of-concept project designed to create an STL file from a 3D building information model, thereby enabling easier 3D printing. STL is a popular file format for stereo lithography (3D Printing) used for rapid prototyping and computer aided manufacturing.
In the building space, it is used by architects and engineers to build 3D models. This is an add-in for Revit products that provides the ability to export geometric data from Revit to ASCII and Binary STL files.
## General Usage Instructions
Clicking on this application button on the UI, will open up a “Export STL” dialog. In the “General” tab of the “Export STL” dialog, select the file format you want to use. If you want to export link models, check “Include Link Models”. In the “Categories” tab, select the categories in which the models to be exported.
## Changelog
*2021.0.0*
- Update to support Autodesk® Revit® 2021
*2020.0.0*
- Update to support Autodesk® Revit® 2020
*2019.0.0*
- Update to support Autodesk® Revit® 2019
*2018.0.0*
- Update to support Autodesk® Revit® 2018
## Contributing
See [Contributing.md](Contributing.md) for details.