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
- Host: GitHub
- URL: https://github.com/autodesk-platform-services/aps-design-automation-dotnet
- Owner: autodesk-platform-services
- License: mit
- Created: 2022-11-27T05:40:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T09:11:58.000Z (about 2 years ago)
- Last Synced: 2025-03-31T00:11:19.579Z (over 1 year ago)
- Topics: autodesk-designautomation, dotnet, tutorial
- Language: C#
- Homepage: http://aps.autodesk.com/tutorials
- Size: 8.92 MB
- Stars: 3
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.