问题
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?
回答1:
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)
来源:https://stackoverflow.com/questions/62257573/forge-viewer-optimization