Forge Viewer - 我们可以在加载的模型上制作 selections/highlight 并保存在数据库中,以便我们可以在用户下次加载它时显示该选择吗?

Forge Viewer - can we make selections/highlight on loaded models and save in database so that we can show that selection next time user loads it?

Forge Viewer - 我们可以在加载的模型上制作 selections/highlight 并保存在数据库中,以便我们可以在用户下次加载它时显示该选择吗? 这可能吗?或者我们如何在模型中添加粘性 notes/RFI 信息/问题点。 我在 Web 应用程序中工作,我们如何管理该信息并将其保存到某个数据库,以便我们可以在稍后再次查看同一模型时显示该信息?

提前致谢

您可以使用 Viewer APIs. Specifically, the getSelection method returns a list of object IDs that you can store wherever you want, and the select 方法获取或设置选择,接受您要选择的对象 ID 列表。

对于更高级的扩展,请随时浏览我们在 https://github.com/Autodesk-Forge. One demo that could be of particular interest is the "Forge Digital Twin" (source code, and live demo) 的示例,它将 "reported issues" 存储到数据库中,稍后将它们显示为模型上的 3D 注释: