THIS API IS IN BETA AND THIS DOCUMENTATION IS INTENDED FOR BETA USERS ONLY
Install the Geometry Utilities SDK
The Geometry Utilities SDK is available as a NuGet package and must be installed into your Visual Studio project as a package reference. This is a one time setup. The build process takes care of the package installation and updates. To do this, you need to add a package source to your setup and then install the package into your project.
Before You Begin
- Register an app, and select the Data Management and the Data Exchange APIs.
- Acquire a 3-legged OAuth
token with
data:create
data:read
anddata:write
scopes. - Verify that you have access to the Autodesk Construction Cloud.
Install package into Visual Studio project
The Geometry Utilities SDK is available in the standard nuget.org package source and is named Autodesk.Geometry.Utilities.SDK. Inside Visual Studio, go to the Tools menu and select NuGet Package Manager followed by Manage NuGet Packages for Solution…. Make sure that the combo box on the right labeled Package Source reads either All or nuget.org. In the search box on the left, start typing Autodesk.Geometry.Utilities.SDK and click enter. You should see the SDK at the top of your list of results.
Select the item. In the right side pane, select the checkbox next to the project name and then midway down next to the version combo box, select Install. A dialog appears showing several items that will be modified. Select OK to accept the changes to your project and then select Save All in the File menu to save the changes.