Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How big a model can be loaded? like the number of triangles #30

Open
yanchiuvip opened this issue Jun 14, 2023 · 4 comments
Open

How big a model can be loaded? like the number of triangles #30

yanchiuvip opened this issue Jun 14, 2023 · 4 comments

Comments

@yanchiuvip
Copy link

I tried to upload a step file of more than 200 M, and the system did not respond directly. How can I solve and optimize it?

@kzhsw
Copy link

kzhsw commented Jun 15, 2023

If running in a browser is not required, a natively-compiled opencascade-based app like mayo and CAD Assistant, for batched processing, mayo has a command-line mode.
If running browser is required, foxtrot could be an option. This unmaintained project had a trade-off with feature to speed, it can support some common step models, but not all of them.
Also, wasm exceptions could increase performance, but compiler failures makes it impossible to make a measurement.

@kzhsw
Copy link

kzhsw commented Jun 19, 2023

Could the step file be shared? There seems to be a performance improvment here #29 (comment), but tests with large models are needed.

@kovacsv
Copy link
Owner

kovacsv commented Jun 21, 2023

@yanchiuvip please try the latest version, it may work better.

@longhan
Copy link

longhan commented Jun 22, 2023

My macbook pro M1 took 30 seconds (75 seconds with previous version) to open about 30mb file (173,587 triangles). This version is big improvement in term of loading time and file size.

Thank you all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants