stl to step

Technical discussions
Post Reply
Qin_Chui
Posts: 2
Joined: Mon Dec 02, 2013 12:24 pm

stl to step

Post by Qin_Chui »

Hello again
I have tried to load a simple .stl file and save it as a .step. The saved step is empty. Is it supposed to work at all?
Thankyou
Qin

nickz
Site Admin
Posts: 236
Joined: Fri Jul 26, 2013 3:58 am

Re: stl to step

Post by nickz »

Hi Qin
Not really. When a model is saved as a step only step – compliant objects (http://www.dynoinsight.com/Help/Geom/Ob ... eBRep.aspx) are saved. The other objects are ignored.

The conversion is not possible in general case. Stl is the most basic format. It keeps mostly raw vertices and simplexes. The geometry can be anything including some very curved and tricky surfaces with unknown topology.

Step is the opposite. It is the top of parametric formats. Each surface or edge is defined exactly with an equation.

There are some tools which specialise in conversion like http://www.3dreshaper.com, but this most often I believe involves human interaction. So practically this is unsolved problem in general.

Have also a look at this: http://www.dynoinsight.com/phpBB3/viewt ... p?f=2&t=38

KC does some format conversions internally. For example in the opposite direction step to stl it works because KC generates a mesh for step objects and saves it as an stl.

The same is true for vrml format at it is a mesh-based too. Mesh based formats do not have conversion to the other high level formats (autocad, iges, brep, acis) either.

Regards
Nick

Post Reply