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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License

This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.

About

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

License:MIT License


Languages

Language:C# 100.0%