简体   繁体   English

为BIM 360创建项目的功能是什么?

[英]What is the function to create a project for BIM 360?

I am trying to create a project for BIM 360 using C#. 我正在尝试使用C#为BIM 360创建一个项目。 So far I have been able to get it to work on POSTMAN but I want to perform the same function on C#. 到目前为止,我已经能够在POSTMAN上运行它,但是我想在C#上执行相同的功能。 Is there a method I can use that to create a project using the following: 有没有一种我可以使用以下方法创建项目的方法:

https://developer.api.autodesk.com/hq/v1/accounts/:account_id/projects

I have tried to use ProjectsApi and HubsApi but they don't seem to have the correct parameters. 我尝试使用ProjectsApi和HubsApi,但它们似乎没有正确的参数。

不幸的是,Forge的.NET软件包尚未包括BIM 360特定的端点...因此,您需要使用RestSharp (或类似的软件包), 例如本示例

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

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