DEPRECATED

This repository has been deprecated and migrated to https://github.com/Autodesk-Forge/forge-deletewalls-designautomation

DeleteWalls Sample

.net Design Automation visual studio revit

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 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 - Contains a C# project of the DeleteWalls sample, which produces an add-in that runs on the desktop version of Revit.

  • 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.