An open API service indexing awesome lists of open source software.

https://github.com/autodesk-platform-services/aps-design-automation-dotnet

Design Automation tutorial in .NET: Sample project for Design Automation tutorial
https://github.com/autodesk-platform-services/aps-design-automation-dotnet

autodesk-designautomation dotnet tutorial

Last synced: about 1 year ago
JSON representation

Design Automation tutorial in .NET: Sample project for Design Automation tutorial

Awesome Lists containing this project

README

          

# APS Design Automation

## Description

This sample is (will be) part of the [APS](https://tutorials.autodesk.io/design-automation/) tutorials.

It includes 5 modules:

- .NET Framework plugins for **[AutoCAD](UpdateDWGParam/)**, **[Inventor](UpdateIPTParam/)**, **[Revit](UpdateRVTParam/)** and **[3dsMax](UpdateMAXParam/)**. See each readme for plugin details.
- .NET Core web interface to invoke Design Automation v3 and show results. See [readme](https://github.com/autodesk-platform-services/aps-design-automation-dotnet/tree/master/designAutomationSample) for more information.

The `designautomation.sln` include all 4 bundles and the webapp, you may unload those project that are not of interest. The `BUILD` action copy all files to the bundle folder, generate a .zip and copy to the webapp folder. It requires [7-zip](https://www.7-zip.org/) tool.