Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Does Onshape have a method to export tessellated triangular meshes in double precision?

stl files are the most common standard format for moving data for CFD/FEA model descriptions and they work well - until the algorithm attempts to do curvature analyses on the mesh. At that point, the difference between 4 byte floats and 8 byte doubles results in bad/unstable/degenerate etc. answers which require a lot of extrapolation of what the model was supposed to actually look like.
If text stl files wrote their values to full numeric precision, or there was an stl_d format using binary doubles instead of floats, the problem I'm dealing with would be solved.
Does onshape have an existing export method which produces a triangle mesh file with double precision points?
Comments
I've never use an STL for FEA… Does you analysis tool not accept .STEP files?
I don't use it often for this purpose, but last time I had to, I just scaled the model up by a reliable factor, such as 10 or 100, before exporting the .STL file. I was told it was much better after. The receiving end just scaled it down again in it's own system, and so a bit of extra precision was achieved.