I have a GLScene
project. In the SceneViewer
I import some stl files as freeform.
The user can interact with this objects (move and rotate them with mouse).
Now I have to export this whole Scene
to one stl file, so the position and the rotation of the freeforms should be like in the Scene
after this export ("merge").
I found this thread about the same problem: Export "Scene" to STL File but this creates an broken stl file (tried open with meshlab).
I hope there is some idea for creating a solution. If somebody knows a solution for another 3d-file format, it will be great too.