导出冲突矩阵并以BIM 360模型协调为优先

发布于 2025-01-24 14:34:04 字数 65 浏览 0 评论 0 原文

如何将Clashes从BIM 360模型协调中导出到Excel中,就像我们在NavisWorks中导出冲突报告一样?

How can I export the clashes out of BIM 360 Model Coordination to Excel like we export Clash Report in Navisworks?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

御守 2025-01-31 14:34:04

With Model Coordination API, you can extract the raw clash data. This tutorial tells more:
https://forge.autodesk.com/en/docs/bim360/v1/tutorials/model-coordination/mc-tutorial-clash/
As to export to Excel you will need to use API of Excel to write the sheet yourself. They have library server side or client side.
In some of our Forge samples, we demo the usage of Excel with other Forge API (such as Model Derivative). The logic could be similar when exporting clash data.

server side lib: https://github.com/Autodesk-Forge/forge-bim360.asset.exchange.excel
client side lib: https://github.com/Autodesk-Forge/viewer-javascript-extract.spreadsheet

In addition, we also have one sample that exports clash data to PDF.
https://github.com/Autodesk-Forge/forge-bim360-clashpdfexport

夜光 2025-01-31 14:34:04

如果您只想在模型之间进行冲突的原始计数,而没有任何有关冲突本身的信息(例如BIM 360显示的矩阵),则可以在Chrome中使用“ Inspect”工具。打开工具后,导航到“网络”选项卡,然后打开显示Clash Matrix的页面。它将为您提供一个项目列表和视觉范围,以显示它们下载时。在视觉上方,应该有一个盒子里有一个带有“滤镜”一词的盒子。键入“矩阵”。

应该出现两个文件。单击一个更大的文件。显示器应打开,为您提供矩阵的原始数据。您可以选择所有内容,并将其复制并粘贴到所需的位置。

If you want just the raw count of clashes between models without any information about the clash itself (like the matrix from BIM 360 shows), you can use the "Inspect" tool in Chrome. After opening the tool, navigate to the "Network" tab and then open up the page that shows the clash matrix. It will give you a list of items and a visual that shows when they downloaded. Above the visual, there should be a box with the word "Filter" in it. Type "matrix".

Two files should appear. Click on the one that is a bigger file. A display should open giving you the raw data of the matrix. You can select it all and copy and paste it where you want it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文