Good morning, I am a student from the University of Malaga(Spain) who is doing my final degree work and I would need someone to help me with an error in the mesh. My work seeks to go from a point cloud to a complete mesh of the bridge structure, for them I cleaned the point cloud, I obtained the normals, I defined them with the command (With minimun spanning tree) and then I misused with poisson recontructiom and the result is the following:
As you can see, the result does not fit the structure of the bridge and I do not know where the error is, since if I mesh each element separately (pillars, beams) it is done correctly,but the whole does that weird thing
Could someone help me and tell me where the fault is or how to solve it Thank you very much.
Mallado Incorrecto de una sección
Mallado Incorrecto de una sección
- Attachments
-
- Captura de pantalla (34).png (202.34 KiB) Viewed 2266 times
-
- Captura de pantalla (35).png (406.98 KiB) Viewed 2266 times
-
- Captura de pantalla (36).png (331.36 KiB) Viewed 2266 times
-
- Posts: 187
- Joined: Tue Mar 05, 2019 3:59 pm
Re: Mallado Incorrecto de una sección
You need to have poison output the density as a scalar and then filter by density. This is a fairly common result/question.
Re: Mallado Incorrecto de una sección
Thank you very much and how is it done so that it emits the density as a scalar?
Re: Mallado Incorrecto de una sección
Daniel, CloudCompare admin
Re: Mallado Incorrecto de una sección
Thank you very much, all your answers have been helpful.