如何使用 Autodesk Forge API 将上传的 AutoCAD 文件中的元数据提取到 Web 应用程序中?

Posted

技术标签:

【中文标题】如何使用 Autodesk Forge API 将上传的 AutoCAD 文件中的元数据提取到 Web 应用程序中?【英文标题】:How can I use Autodesk Forge APIs to extract metadata from an uploaded AutoCAD file into a web aplication? 【发布时间】:2021-05-08 00:26:45 【问题描述】:

我想上传一个dwg文件并提取所有平面信息的信息(如表面、区域、属性、标签等)。

我该怎么办?我应该使用哪个 API 来做到这一点?

提前致谢。

【问题讨论】:

【参考方案1】:

通过 Forge 的 Model Derivative API,将提取模型对象的一些通用数据。通过GET:Properties endpoint,或者在Forge Viewer中加载模型后,viewer.getProperties ()等一些函数会将数据作为属性返回。

如果属性中的数据不可用,您可能需要自己编写 AutoCAD 插件以通过 AutoCAD API 提取信息。如果您需要构建云解决方案而不需要在本地AutoCAD上运行插件,可以通过Forge Design Automation of AutoCAD执行该插件。

【讨论】:

以上是关于如何使用 Autodesk Forge API 将上传的 AutoCAD 文件中的元数据提取到 Web 应用程序中?的主要内容,如果未能解决你的问题,请参考以下文章

Autodesk Forge API 上传文件

Autodesk Forge API:“这个项目不存在。”错误

无法将图像文件添加到新的照片场景 [autodesk-forge] API Reality Capture

数字孪生 Autodesk Forge

Autodesk Forge API - 补丁项输入错误

如何为 Autodesk Forge API 问题创建照片附件?