read an empty STL file failed #586
Replies: 1 comment
-
|
Thank you for your question. Unfortunately I am not able to reproduce the issue. Loading an empty STL file works flawlessly as loading a valid STL file. I used the following small program to test the correct behaviour: In case of an empty file A closer look to your errror message (an assertion) reveals that your STL file was not empty but did not contain vertex or triangle definitions. Please note: Coin does not use exceptions so the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just try to read an empty STL file,then it failed.


here are my code:
please help me!
Beta Was this translation helpful? Give feedback.
All reactions