I created an STL file (as a test) from a simple online cube STL file. I have copy and pasted the contents of the file below. I find that MolFlow crashes when it tries to read this file. Are there any ideas what might be happening ?
Thanks
Chris
could you clarify whether you are trying to load or insert the STL file? For the latter there has been a bug, for which I have a fix scheduled that I could release today for the development version and that would be part of a new release that can hopefully follow in the upcoming weeks.
Hi Pascal,
Thanks for your response. I was trying to insert the file. However, I was using the latest beta release of Molflow. I just tried with an earlier version and the problem goes away.
Best wishes
Chris
I’ve generate a STL file from NX12, in both .stl and .txt formats.
I’ve tried to open (Insert geometry > To current structure) with 2.8.6 (Mar 29) and 2.9.5 (Jun 10).
Anyway, it didn’t work out.
NX uses a proprietary format for TXT export. Only (old, legacy) Molflow-generated TXT insert is supported by Molflow.
Please export the STL file with “text” option, which is in other words ASCII. It should have STL extension, and should be importable by Molflow. Let me know if still not.
Please help us solve this, other users reported the same, and I couldn’t reproduce it with test accounts. Please post screenshots of the exact error message you get, and I’ll contact Discourse admins to fix the permission issue. Thank you!
So what I’ve done was: exported the STL file with “text” format. It was a .txt file.
Then I manually changed to .stl . And now it works for MolFlow 2.9.5 (Jun 10). =D
But still gives the same error for MolFlow 2.8.6 (Mar 29).
The error messages from the previous tests are below: (please notice the Molflow version and the file extension.)
Sorry for the misunderstanding.
The first error it’s for when I try to upload a .stl file.
The second, is for the .txt file.
Yeap, with a text-based STL file Molflow 2.8.6 gives unknown exception error.
The same file opens perfectly with Molflow 2.9.5.
Notice that I did this way: exported the STL file with “text” format. It was a .txt file.
Then I manually changed to .stl.
Many thanks.
I’ll add STL to the allowed extensions right now, for the other two (new users not allowed to upload and STL in 2.8.6, I’ll check right now).
You should now be able to upload the STL file in this thread, can you please check? I’ll then try to insert it in 2.8.6 and check what’s wrong. I also found and disabled the new user attachment limit.
The file named “TXT” was manually made into a .stl file. The Molflow 2.9.5 opens this one.
The other one is the original one. This gives Moflow 2.8.6 and 2.9.5 a error (different errors).
Just to add a tip that I learned yesterday from a coworker.
It’s possible to use MeshLab to “fix” the stl file.
It’s just open the stl file from NX with Meshlab and save again.
Now it opens in Molflow 2.8.6.
Just to add an explanation: STL files come in text-based (ASCII) format, and compressed (binary) format. Normally both should have the extension STL, NX12’s choice to save as TXT is strange.
It is normal that compressed (binary) files are not opened in Molflow, we never implemented that format.
It should, however, open and insert ASCII STL files. I confirm that trying to insert the file in Molflow 2.8.6 throws an error, opening it instead of inserting worked fine.
I’ll try to find the root cause, and fix it for 2.8.7.