# Large and Multiple Models Handling: Progressive Loading with Dynamic Detail, and Selective Loading

**URL:** https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857
**Category:** HOOPS Visualize Web
**Tags:** how-to, code, knowledge-base
**Created:** [September 10, 2025, 1:05pm UTC](https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857 "2025-09-10T13:05:21Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![cad-developer](https://avatars.discourse-cdn.com/v4/letter/c/f0a364/32.png) [@cad-developer](https://forum.techsoft3d.com/u/cad-developer)
#### Post date: [September 10, 2025, 1:05pm UTC](https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857/1 "2025-09-10T13:05:21Z")

</div>

We are exploring best practices for handling very large assemblies in HOOPS Communicator. Could you please guide us on:

1. How to properly implement **progressive loading** so that geometry streams in a usable way while details refine dynamically?

2. How to configure and manage **dynamic detail loading** , ensuring model performance scales well with large datasets?

3. How to implement **query-based selective loading** — specifically, loading only the selected nodes from a hierarchy table, and extending this across **multiple files/models**?

Any recommended APIs, workflows, or reference examples for these scenarios would be very helpful.

---

<div class="post-metadata">

### Author: ![tino](https://avatars.discourse-cdn.com/v4/letter/t/9dc877/32.png) [@tino](https://forum.techsoft3d.com/u/tino)
#### Post date: [September 10, 2025, 5:12pm UTC](https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857/2 "2025-09-10T17:12:57Z")

</div>

For #1 and #2, these points sound like what is already implemented in the Stream Cache Server for streamig non-SCS files. That is, the server will stream the “most important” foreground parts of the model, such as zoomed-in areas. The model will continue to stream as needed.

For #3, our recommendation is to take a look at [Shattered Workflows.](https://docs.techsoft3d.com/communicator/latest/prog_guide/viewing/data_model/stream_cache/shattered-workflows.html#shattered-workflows) This workflow decouples the individual part models from the assembly files.

---

<div class="post-metadata">

### Author: ![cad-developer](https://avatars.discourse-cdn.com/v4/letter/c/f0a364/32.png) [@cad-developer](https://forum.techsoft3d.com/u/cad-developer)
#### Post date: [September 11, 2025, 7:25am UTC](https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857/3 "2025-09-11T07:25:35Z")

</div>

I want to know the behaviour of below functions

loadSubtreeFromXMLFile  
loadSubtreeFromXMLBuffer  
loadSubtreeFromScsXMLFile  
loadSubtreeFromScsXMLBuffer

do they stream shattered files directly from storage or from SC Server?

also I want to know if Shattering can be implemented directly on Server not on client (like using these functions on client)?

---

<div class="post-metadata">

### Author: ![tino](https://avatars.discourse-cdn.com/v4/letter/t/9dc877/32.png) [@tino](https://forum.techsoft3d.com/u/tino)
#### Post date: [September 11, 2025, 8:54pm UTC](https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857/4 "2025-09-11T20:54:16Z")

</div>

The first two methods load Stream Cache (SC/SCZ) files while the bottom two load SCS files. SCS is the file-based version of the Stream Cache file. As such, SCS files do **not** need the SC server. Regular Stream Cache (SC/SCZ) do require the SC Server.

I think what you are referring to in using shattered mode on the server is to create a master model on the server. This is discussed in the link I included previously.

---

<div class="post-metadata">

### Author: ![cad-developer](https://avatars.discourse-cdn.com/v4/letter/c/f0a364/32.png) [@cad-developer](https://forum.techsoft3d.com/u/cad-developer)
#### Post date: [September 22, 2025, 10:07am UTC](https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857/5 "2025-09-22T10:07:14Z")

</div>

![image](https://us1.discourse-cdn.com/flex020/uploads/techsoft3d/original/2X/f/fad3a7465dff496fb60369fa40ab40069289145f.png)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/techsoft3d/original/2X/6/64baa57a5198cb2433b3d49639e727c987e253b6.png)

I am not getting these function from hoops library

loadSubtreeFromXMLFile  
loadSubtreeFromXMLBuffer  
loadSubtreeFromScsXMLFile  
loadSubtreeFromScsXMLBuffer

---

<div class="post-metadata">

### Author: ![tino](https://avatars.discourse-cdn.com/v4/letter/t/9dc877/32.png) [@tino](https://forum.techsoft3d.com/u/tino)
#### Post date: [September 22, 2025, 7:31pm UTC](https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857/6 "2025-09-22T19:31:29Z")

</div>

What version of Communicator are you using?

---

<div class="post-metadata">

### Author: ![cad-developer](https://avatars.discourse-cdn.com/v4/letter/c/f0a364/32.png) [@cad-developer](https://forum.techsoft3d.com/u/cad-developer)
#### Post date: [September 23, 2025, 5:38am UTC](https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857/7 "2025-09-23T05:38:32Z")

</div>

HOOPS\_Communicator\_2025.2.0\_Linux

---

<div class="post-metadata">

### Author: ![tino](https://avatars.discourse-cdn.com/v4/letter/t/9dc877/32.png) [@tino](https://forum.techsoft3d.com/u/tino)
#### Post date: [September 23, 2025, 2:27pm UTC](https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857/8 "2025-09-23T14:27:52Z")

</div>

As a quick update, I can reproduce the issue on HC 2025.2.0. The aforementioned functions are in HC 2025.3.0 and more recent versions.

---

<div class="post-metadata">

### Author: ![cad-developer](https://avatars.discourse-cdn.com/v4/letter/c/f0a364/32.png) [@cad-developer](https://forum.techsoft3d.com/u/cad-developer)
#### Post date: [September 23, 2025, 2:46pm UTC](https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857/9 "2025-09-23T14:46:22Z")

</div>

Earlier, about 3-4 months ago, I was using version 2025.3.0, but I encountered similar issues (I don’t recall the exact details but some files or functions was missing) and downgraded to 2025.2.0.

---

<div class="post-metadata">

### Author: ![tino](https://avatars.discourse-cdn.com/v4/letter/t/9dc877/32.png) [@tino](https://forum.techsoft3d.com/u/tino)
#### Post date: [September 23, 2025, 3:18pm UTC](https://forum.techsoft3d.com/t/large-and-multiple-models-handling-progressive-loading-with-dynamic-detail-and-selective-loading/4857/10 "2025-09-23T15:18:03Z")

</div>

Thanks for the additional context of using HC 2025.2.0. Indeed, there may have been other issues with HC 2025.3.0. That said, as it relates to to the XML function variants, they were not exported in HC 2025.2.0.
