如何将模型从锻造场景导入地图(Google、arcGis 等)?

How import model from forge scene to map(Google, arcGis etc)?

我在我的应用程序中使用 forge API。我使用 post https://forge.autodesk.com/blog/dump-geometries-2d-curve in GEOMETRY_LOADED_EVENT 中的方法添加了一个 arcGis 地图来显示模型。 当我使用小型模型时,数据可以很好地显示在 ArcGis 地图上,但有关图层的信息会丢失。 当模型很大时,我得到一个非常大的数据对象 (100mb + ),我的程序无法运行。是否有可能以 threejs 友好的格式保存模型或使用模型和图层数据获得更紧凑的对象?或者还有办法在地图上显示模型吗?非常感谢您的建议。

我尝试了 GEOMETRY_LOADED_EVENT post https://forge.autodesk.com/blog/dump-geometries-2d-curve 中的方法。

不确定这是否适合您的用例,但我一直在研究将 Forge 模型转换为 glTF 格式的工具(我认为这非常 three.js 友好):https://github.com/petrbroz/forge-extract.