翻译后的NavisWorks文件 - CAD元素流离失所

发布于 2025-02-09 19:38:27 字数 896 浏览 0 评论 0原文

美好的一天,

我们从客户的文件中遇到一个奇怪的问题,其中一些CAD元素在翻译后的SVF2中位于错误的位置。

这是原始navisworks文件的屏幕截图:

这是Forge查看器中翻译文件的屏幕截图:

注意缺少的板堆。

板堆位于完全不同的位置:

要检查发生的事情,我们还将文件上传到Autodesk文档。
在这里,模型看起来不错:

有什么想法发生了什么?

谢谢

沃尔夫冈

Good Day,

we experience a strange issue with a file from a customer, where some CAD elements are in a wrong place in the translated SVF2.

Here is a screenshot of the original Navisworks file:
Screenshot Navisworks

Here is a screenshot of a translated file in the Forge Viewer:
Screenshot Forge Viewer
Note the missing sheet piles.

The sheet piles are located in a completely different location:
Screenshot Displaced Elements

To check what’s going on, we also uploaded the file to Autodesk Docs.
Here the model looks fine:
Screenshot BIM360

Any ideas what is going on?

Thanks

Wolfgang

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

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

发布评论

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

评论(1

吃兔兔 2025-02-16 19:38:27

重命名文件并将其转换为SVF2有助于解决此问题。

  1. 将文件重命名
  2. 为OSS
  3. 请求SVF2翻译如下
curl --location --request POST 'https://developer.api.autodesk.com/modelderivative/v2/designdata/job' \
--header 'Content-Type: application/json' \
--data-raw '{
   "input": {
     "urn": ""
   },
   "output": {
     "formats": [
       {
         "type": "svf2",
         "views": [
           "3d"
         ]
       }
     ]
   }
 }'

Renaming the file and translating it to svf2 helped resolve this issue.

  1. Rename the file
  2. Upload it to OSS
  3. Request an SVF2 translation like the below
curl --location --request POST 'https://developer.api.autodesk.com/modelderivative/v2/designdata/job' \
--header 'Content-Type: application/json' \
--data-raw '{
   "input": {
     "urn": ""
   },
   "output": {
     "formats": [
       {
         "type": "svf2",
         "views": [
           "3d"
         ]
       }
     ]
   }
 }'
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文