Skip to content

.NET library for Design Automation: Contains helper methods to perform tasks related to Design Automation. Shows workflows of AWS S3 such as uploading objects to bucket.

License

Notifications You must be signed in to change notification settings

Autodesk-Forge/design.automation-.net-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Automation .NET Library

(Formely AutoCAD I/O)

.net odata Design Automation visual studio License

Description

This is an auxiliary library with helper methods to perform tasks related to Design Automation. It packs the workflows of creating activity, submitting workitem, deleting activity, updating activity etc. It also provides the some workflows of AWS S3 such as uploading objects to S3 bucket. Test with other client projects such as

Thumbnail

thumbnail

Setup

Dependencies

Prerequisites

  1. Forge Account: Learn how to create a Forge Account, activate subscription and create an app at this tutorial. Make sure to select the service Design Automation.
  2. Make a note with the credentials (client id and client secret) of the app.

Running locally

  • Open the project. Restore the packages of the project by NuGet. The simplest way is
    • VS2012: Projects tab >> Enable NuGet Package Restore. Then right click the project>>"Manage NuGet Packages for Solution" >> "Restore" (top right of dialog)
    • VS2013/VS2015/2017: right click the project>>"Manage NuGet Packages for Solution" >> "Restore" (top right of dialog)
  • Add other missing references
  • Build the library project to generate the dll.
  • Test with other client projects such as

Troubleshooting

  • be sure to connect to the endpoint which is the same region of your S3 bucket! line 168 of GeneralUtilities.cs thumbnail

Further Reading

Known Issues

  • as of writing, Design Automation of Forge is released with version 2. Odata is used with .NET project. In futher version, OData might not be used.

License

These samples are licensed under the terms of the MIT License. Please see the LICENSE file for full details.

Written by

Jonathan Miao & Albert Szilvasy

About

.NET library for Design Automation: Contains helper methods to perform tasks related to Design Automation. Shows workflows of AWS S3 such as uploading objects to bucket.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages