Formlabs / foxtrot

A fast, experimental STEP file viewer
Apache License 2.0
227 stars 16 forks source link

RuntimeError: unreachable executed #10

Open kzhsw opened 1 year ago

kzhsw commented 1 year ago

error

models.zip

Models from here, via the Sample STEP files link.

ogxd commented 1 year ago

https://github.com/Formlabs/foxtrot#disclaimer

Foxtrot is a proof-of-concept demo, not an industrial-strength CAD kernel. It may not work for your models! Even in the screenshots above, there are a handful of surfaces that it fails to triangulate

kzhsw commented 1 year ago

https://github.com/Formlabs/foxtrot#disclaimer

Foxtrot is a proof-of-concept demo, not an industrial-strength CAD kernel. It may not work for your models! Even in the screenshots above, there are a handful of surfaces that it fails to triangulate

Could it ignore failing surfaces instead of stop the whole process?

GitHubDragonFly commented 1 year ago

@kzhsw there is a free online alternative option to view STEP format files (as well as IGES and BREP formats): https://3dviewer.net/

kzhsw commented 1 year ago

@kzhsw there is a free online alternative option to view STEP format files (as well as IGES and BREP formats): https://3dviewer.net/

Thank you for referencing this. This is based on occt-import-js, which is much slower than foxtrot on handling large models.