Page 1 of 1

Slow loading of STL files

Posted: Mon Jan 31, 2022 3:50 pm
by anton_ship
Hi,

I am trying to open 2Gb STL file with CloudCompare v2.11.3 (64-bit). And it is loading very slow - after 5 hours its only 80%.
My computer has - AMD Ryzen 32-core processor and 256Gb RAM. But I can see that CC is using only 2 CPUs (6 threads) and only 4 Gb of RAM.
If there is any setting or command which would help CC to use all available resources?

BR,
/Anton

Re: Slow loading of STL files

Posted: Tue Feb 01, 2022 3:58 pm
by daniel
2 Gb STL!

It's probably a big mesh:
1) CloudCompare is not super strong with meshes (since it's CloudCompare and not Meshlab :p)
2) Worse: STL is a very dumb format with each triangle saved next to each other, with no information on the connectivity between triangles / shared vertices. Therefore CC has to find these common vertices and restore the connectivity.... And I guess on a very large mesh it can take a while...

Re: Slow loading of STL files

Posted: Wed Feb 16, 2022 3:16 pm
by anton_ship
Dear Daniel,

Yes, it is a result of a high-resolution CT scanning.

Very interesting, I didn't know that STL would be so bad for this.
I have tried with ASC (point format) instead. The loading time has reduced by 100 times!

Thanks for the perfect advice!

Best Regards,
/Anton