Page 1 of 1

Mesh cleanup using pointcloud

Posted: Mon Apr 24, 2017 8:37 pm
by TMK
Hi all,

I have a question concerning cleanup of a mesh made with poisson surface reconstruction. I have meshed my point cloud with an other software and because this software is using poisson surface reconstruction for meshing it makes watertight mesh which has a lot of this junk in it.

So, I was wondering if it is possible cleanup all of this junk using original pointcloud. Is it possible to somehow mark all triangles that are lets say more than 10mm distance away from my point cloud and then remove these triangles?

Br,
TMK

Re: Mesh cleanup using pointcloud

Posted: Tue Apr 25, 2017 6:56 pm
by daniel
I bet you could use the Cloud / Cloud distance to do this? (but you'll have to select the cloud and the mesh vertices (the cloud below the mesh entity in the DB tree). And make sure the original cloud is the 'reference'. Then you'll be able to segment the mesh entity based on the 'distances' scalar field.

In the Poisson Reconstruction plugin of CC you can actually output the 'density' scalar field with the watertight mesh and do this filtering directly.

Re: Mesh cleanup using pointcloud

Posted: Thu Apr 27, 2017 3:23 pm
by TMK
Hi,

It seems to work. Thanks a lot.

Br,
TMK

Re: Mesh cleanup using pointcloud

Posted: Sat Jul 22, 2017 8:18 am
by TMK
Hi, I am now trying to do this using only command line mode. Is it possible to get hands on mesh vertices using command line mode?

Br,

TMK

Re: Mesh cleanup using pointcloud

Posted: Sat Jul 22, 2017 5:03 pm
by daniel
Hum, in the current version I don't think this is possible..