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

BIM 360 DATA CONNECTOR SOURCE CODE IN C SHARP

我们正在开发一个以 C Sharp 作为后端的 Web 应用程序,我们试图在我们的应用程序中集成 BIM 360 数据连接器,为此,任何人都可以在 C# 中分享示例 BIM 360 数据连接器源代码吗?

查看此 PDF,其中包含 .NET Core 和 .NET Framework 的代码:

Connect to Fusion Team & BIM 360 data

Leandro分享的material学习教程在: https://learnforge.autodesk.io/#/tutorials/viewhubmodels 一步步介绍了如何搭建Forge应用连接BIM 360模型文档。

虽然我的理解是您正在寻找的是如何在 .NET 中使用数据连接器 API。据我所知,我们Forge团队在.NET中没有样本,但在Node.js中有样本(这也是基于上面学习教程的骨架) https://github.com/Autodesk-Forge/forge-bim360-data.connector.dashboard

此外,我们还为 Data Connector 提供了 Postman 集合 API: https://github.com/Autodesk-Forge/forge-bim360-data.connector.api-postman.collection 在 Postman 中,可以使用各种语言(包括 .NET)的代码片段。它可能是您构建最终应用程序的参考: https://learning.postman.com/docs/sending-requests/generate-code-snippets/