Split Every Side on Imported Mesh (.stl)

Hi all,

I have question regarding imported object (.stl). is it possible to separate every side on imported mesh to independen mesh ?

Here my PG: Split Every Side on Imported Mesh (.stl)

You could loop over the faces of the mesh and gather the triangles that have the same normal (with an epsilon, to account for floating point errors) to make a new mesh.

This doc page may help you creating meshes from scratch:

4 Likes

Thanks @Evgeni_Popov for your answer. your suggestion solved my problem.
I’ve made the results in PG, maybe there are other people besides me who need them

Split Every Side on Imported Mesh (.stl) | Solved

2 Likes