Page 1 of 1

STL File Size

Posted: Fri Mar 21, 2025 7:49 pm
by Measure
We're having issues loading STL files over 30mb. I have a sample file I can provide of a 38mb binary sphere.

Using the Model Viewer sample...

- Loading STL files is slow, regardless of file size.
- Turning off crease detection/normal calc does help speed things up.
- Files over ~30mb result in a crash.
- Manually read and push data to mesh increases limit to 50mb and much faster.

Any ideas on how to improve this? We have many files in the 50-100mb range.

-Adam

Re: STL File Size

Posted: Mon Mar 24, 2025 2:24 am
by Mike Zubovic
Sorry about that.

In my experience this is most often caused by post processing of the loaded mesh. Try disabling everything using ISTLDataContext_DG. Search the samples for an example.

We will look at it asap. It has to be v 7.3 unfortunately. It should be out around November. We will see if we can post a beta version earlier.

Regards