Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autodesk-forge/learn.forge.designautomation
Learn Forge Tutorial: Modify your models using Design Automation (AutoCAD, Inventor, Revit & 3dsMax). Available in .NET and Nodejs.
https://github.com/autodesk-forge/learn.forge.designautomation
Last synced: about 5 hours ago
JSON representation
Learn Forge Tutorial: Modify your models using Design Automation (AutoCAD, Inventor, Revit & 3dsMax). Available in .NET and Nodejs.
- Host: GitHub
- URL: https://github.com/autodesk-forge/learn.forge.designautomation
- Owner: Autodesk-Forge
- License: mit
- Created: 2018-12-04T11:36:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:41:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T21:50:11.770Z (7 months ago)
- Language: C#
- Homepage: http://learnforge.autodesk.io
- Size: 10.5 MB
- Stars: 38
- Watchers: 16
- Forks: 40
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learn.forge.designautomation
## Description
This sample is (will be) part of the [Learn Forge](http://learnforge.autodesk.io) 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](forgesample/) 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.