简体   繁体   English

C SHARP 中的 BIM 360 数据连接器源代码

[英]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#?我们正在开发一个 web 应用程序,使用 C Sharp 作为后端,我们试图将 BIM 360 数据连接器集成到我们的应用程序中,为此,任何人都可以在 ZD7EFA19FBE7D3937274FD 中共享示例 BIM 360 数据连接器源代码吗?

Check this PDF, has code for .NET Core and .NET Framework:检查此 PDF,具有 .NET 核心和 .NET 框架的代码:

Connect to Fusion Team & BIM 360 data 连接到 Fusion Team 和 BIM 360 数据

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. Leandro 分享的资料已在学习教程: https://learnforge.autodesk.io/#/tutorials/viewhubmodels中逐步介绍了如何构建 Forge 应用程序以连接 BIM 360 model 文档。

While my understanding is what you are looking for is on how to use Data Connector API in .NET.虽然我的理解是您正在寻找的是如何在 .NET 中使用数据连接器 API。 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据我所知,我们Forge团队在.NET没有sample,但是在Node.js有sample(也是基于上面学习教程的骨架) https-github.com .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. 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 )) 可用。 It might be a reference for you to build the final application: https://learning.postman.com/docs/sending-requests/generate-code-snippets/它可能是您构建最终应用程序的参考: https://learning.postman.com/docs/sending-requests/generate-code-snippets/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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