简体   繁体   中英

BIM 360 DATA CONNECTOR SOURCE CODE IN C SHARP

We are developing a web application with C Sharp as backend, We trying to integrate BIM 360 data connector in our application, For which, can anyone share a sample BIM 360 data connector source code in C#?

Check this PDF, has code for .NET Core and .NET Framework:

Connect to Fusion Team & BIM 360 data

The material Leandro shared has been the learning tutorial at: https://learnforge.autodesk.io/#/tutorials/viewhubmodels which introduces how to build application of Forge to connect BIM 360 model documents step-by-step.

While my understanding is what you are looking for is on how to use Data Connector API in .NET. As far as I know, our Forge team has not sample in .NET, but has samples in Node.js (which is also based on the skeleton of learning tutorial above) https://github.com/Autodesk-Forge/forge-bim360-data.connector.dashboard

In addition, we also provided Postman collection for Data Connector API: https://github.com/Autodesk-Forge/forge-bim360-data.connector.api-postman.collection In Postman, code snippet in various languages (including .NET)) is available. It might be a reference for you to build the final application: https://learning.postman.com/docs/sending-requests/generate-code-snippets/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM