我们正在开发一个以 C Sharp 作为后端的 Web 应用程序,我们试图在我们的应用程序中集成 BIM 360 数据连接器,为此,任何人都可以分享一个示例 BIM 360 数据连接器源代码C#
吗?
2 回答
检查此 PDF,包含 .NET Core 和 .NET Framework 的代码:
Leandro 分享的材料是学习教程,网址为: 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 API 提供了 Postman 集合: https ://github.com/Autodesk-Forge/forge-bim360-data.connector.api-postman.collection 在 Postman 中,各种语言的代码片段(包括 .NET )) 可用。它可能是您构建最终应用程序的参考: https ://learning.postman.com/docs/sending-requests/generate-code-snippets/