/aps-plant-operation

Plant Operations: Demonstrates a 3D & 2D viewer syncing 2 separates models using their attribute information

Primary LanguageJavaScriptMIT LicenseMIT

Plant 2D & 3D view sync

Platforms .NET ASP.NET License

oAuth2 Viewer

Description

This sample shows 2D P&ID and 3D Plant models connected via tag values. It's based on the Getting Started tutorials.

Thumbnail

Setup

Prerequisites

  1. APS Account: Learn how to create a APS Account, activate subscription and create an app at this tutorial.
  2. Visual Studio Community edition or Visual Code
  3. .NET Framework basic knowledge with C#
  4. JavaScript basic knowledge with jQuery

For using this sample, you need an Autodesk developer credentials. Visit the Autodesk Developer Portal, sign up for an account, then create an app that uses Data Management and Model Derivative APIs. Finally take note of the Client ID and Client Secret.

Running locally

Clone this project or download it (this netcore branch only). It's recommended to install GitHub desktop. To clone it via command line, use the following (Terminal on MacOSX/Linux, Git Shell on Windows):

git clone https://github.com/autodesk-platform-services/aps-plant-operation.git

For Visual Studio, go to project properties and specify the environment variables. For Visual Code, create a new Debug Configuration with the environment variables:

  • APS_CLIENT_ID: your APS Client ID
  • APS_CLIENT_SECRET: your APS Client Secret
  • APS_CALLBACK_URL: not used on this sample

Compile the solution, Visual Studio should download the required NuGet packages.

Start the project, the index.html is marked as start page. At the webpage, the New Bucket blue button allow create new buckets (as of now, minimum input validation is implemented). For any bucket, right-click to upload a file (objects). For demonstration, objects are not automatically translated, but right-click on a object and select Translate.

Further Reading

Documentation:

License

This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.

Written by

Augusto Goncalves @augustomaia.