Unable to import STEP

Hi @demogiant I looked at the file you sent. I see that you converted this file to STEP from STL. The thing is there are fundamental problems with this approach. The STEP file format describes the exact parametric mathematical representation of objects that all CAD systems use (e.g. a spherical body is a mathematical sphere, a plane is mathematical plane, etc…), as does Shapr3d. The STL file format in contrast is a simple mesh format consisting of simple triangles. When you convert from STL to STEP what happens is the conversion software simply creates a planar face for every triangle in the STL file. The problem with this is that there can easily be thousands or hundreds of thousands of triangles in an STL file. This when converted to STEP is just too much individual faces to be handled by Shapr. Even if you could open it you couldn’t do much with it, it wouldn’t behave the way you probably expect.

BTW I was able to open the file on my 2016 9.7" iPad Pro, here’s a screenshot (it took a while):
IMG_0719
I added the sphere to illustrate the difference between a mesh (the snowman) and a sphere as understood by CAD systems. Istvan has a forum post that touches on the same stuff I’m on about, take a look: https://discourse.shapr3d.com/t/file-conversion/582/7?u=aron_shapr3d
Hope this helps!

1 Like