Forge查看器优化

问题描述:

在大型模型上使用Forge Viewer且浏览器加载svf模型时,会传输840 MB以上的空间.在移动设备上,页面加载失败.有可能部分加载模型吗?

When using Forge Viewer with large model and browser loads svf model, over 840 MB is transferred. On mobile devices page loading failed. Is there a possibility to load model partly?

请参见

See here to load a model partially - in a nutshell you'd need to pass the nodes' IDs (dbids) in when loading the model like below:

const options = { ids:[1,2,3 ...] }
viewer.start/loadModel/loadDocumentNode(document,geometry,options)