(Formely AutoCAD I/O)
##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
- Download and install Visual Studio. In the latest test, Visual Studio version is 2017.
- If testing with AWS S3, ensure you have already AWS account and S3 storage.
- 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.
- Make a note with the credentials (client id and client secret) of the app.
- 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
- be sure to connect to the endpoint which is the same region of your S3 bucket! line 168 of GeneralUtilities.cs
- 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.
These samples are licensed under the terms of the MIT License. Please see the LICENSE file for full details.
Jonathan Miao & Albert Szilvasy