简体   繁体   English

创建BIM360文档的外部链接

[英]Create external link to BIM360 document

I am researching to see if this is possible. 我正在研究是否可行。 I am new to the Forge API and Revit/Bim360 in general so my apologies if I am not using the correct terminology. 我是Forge API和Revit / Bim360的新手,所以如果我没有使用正确的术语,我很抱歉。 I have successfully made API calls using Postman to BIM360 to pull back project information. 我已成功使用Postman向BIM360进行API调用以撤回项目信息。

What I would like to do is construct a URL from within our ERP application that passes the external project id and the sheet name into a web application and to have that web application take the user to the bim360 markup viewer of that item. 我想要做的是从我们的ERP应用程序中构建一个URL,该URL将外部项目ID和工作表名称传递到Web应用程序,并让该Web应用程序将用户带到该项目的bim360标记查看器。

So user would be looking at a work order in our manufacturing system, click the link for "View Production Ticket" and a screen would pop up, ask the user to login to BIM360 if they haven't already, and open the bim360 viewer. 因此,用户将查看我们制造系统中的工单,单击“查看生产工单”链接,将弹出一个屏幕,要求用户登录BIM360(如果尚未登录),并打开bim360查看器。

To do so, I would like to advise you to integrate the following Forge APIs instead in your ERP system, not embed BIM360 to the ERP system directly: 为此,我建议您将以下Forge API集成到ERP系统中,而不是直接将BIM360嵌入到ERP系统中:

  1. Forge OAuth API to fetch 3 legged-token with user login (their Autodesk account) 伪造OAuth API以使用用户登录(他们的Autodesk帐户)获取3个legged-token
  2. Forge Data Management API to obtain hubs, project, items, version, and derivative file links of the model file of your BIM360 account. Forge Data Management API用于获取BIM360帐户模型文件的集线器,项目,项目,版本和衍生文件链接。
  3. View your model (derivative urn) via Forge Viewer 通过Forge Viewer查看模型(衍生缸)

Here is a tutorial for you http://learnforge.autodesk.io/ and hope it helps! 这是http://learnforge.autodesk.io/的教程,希望对您有所帮助!

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

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