Re: Point Cloud to STL
Posted: Mon Feb 18, 2019 9:45 pm
Ah, CloudCompare is not really the best meshing tool (it's not Meshlab ;) but we do have two options to compute meshes: either the Delaunay 2.5D Triangulation (is it what you used here?) or the 3D Poisson Reconstruction (much more evolved, but you'll need normals and it seems a little bit overkill for what you have). But it all depends on the actual shape of your clouds.
As it's a CNC, I guess we can consider the input clouds to be 2.5D only? I mean there's no overhanging or two points one above the other along the Z direction?
As it's a CNC, I guess we can consider the input clouds to be 2.5D only? I mean there's no overhanging or two points one above the other along the Z direction?