https://github.com/autodesk-platform-services/aps-auto-delete-walls
migrated Revit plugin for auto delete walls :An application that takes in a rvt file and outputs another rvt file with all of the walls removed
https://github.com/autodesk-platform-services/aps-auto-delete-walls
autodesk-revit csharp dotnet
Last synced: 4 months ago
JSON representation
migrated Revit plugin for auto delete walls :An application that takes in a rvt file and outputs another rvt file with all of the walls removed
- Host: GitHub
- URL: https://github.com/autodesk-platform-services/aps-auto-delete-walls
- Owner: autodesk-platform-services
- License: mit
- Created: 2022-12-02T02:39:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T16:09:03.000Z (about 2 years ago)
- Last Synced: 2025-06-14T06:38:37.830Z (about 1 year ago)
- Topics: autodesk-revit, csharp, dotnet
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeleteWalls Sample
[](http://www.microsoft.com/en-us/download/details.aspx?id=30653)
[](https://aps.autodesk.com/en/docs/design-automation/v3/developers_guide/overview/)
[](https://www.visualstudio.com/)
[](https://www.autodesk.com/products/revit/overview/)
## Description
DeleteWalls is an application that takes in a rvt file and outputs another rvt file with all of the walls removed. The files in this repository are to be used as exercise files for a [tutorial](https://aps.autodesk.com/en/docs/design-automation/v3/tutorials/revit/step1-convert-addin) to convert a typical Revit add-in to a Design Automation ready Revit add-in.
This repository contains two folders. Each of them contains a C# project. Although the projects will be always migrated to latest release of Revit, it should be also working with previous releases (after re-built by the corresponding references & packages).
- [Desktop_Version](Desktop_Version) -
Contains a C# project of the DeleteWalls sample, which produces an add-in that runs on the desktop version of Revit.
- [Design-Automation_Version](Design-Automation_Version) -
Contains a C# project of the DeleteWalls sample, which produces an add-in that runs on Design Automation.
Refer to the readme in each folder for details on each project.
## 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.