Page 1 of 1
Compare two 3D models
Posted: Thu Feb 17, 2022 9:07 pm
by cirenesed
I attached a picture of the issue I am having. I would like to compare the distances of the 3d model's x,y, and z axis separately but the check box is greyed out. I am assuming because Cloud Compare doesn't know the x, y, and z axis of my cubes? Is there a remedy to this?
Also, the cube I am comparing against is behind the cube shown.
- Capture.PNG (271.68 KiB) Viewed 1438 times
Re: Compare two 3D models
Posted: Sat Feb 19, 2022 10:12 am
by daniel
Ah no, it's because you are using meshes. CloudCompare can only split the 'distance' (vector) along the 3D dimensions when comparing point clouds.
You could convert your meshes to dense point clouds (with Edit > Mesh > Sample points) and perform a C2C computation?
Re: Compare two 3D models
Posted: Fri Oct 28, 2022 2:01 pm
by nerdchar
daniel wrote: ↑Sat Feb 19, 2022 10:12 am
Ah no, it's because you are using meshes. CloudCompare can only split the 'distance' (vector) along the 3D dimensions when comparing point clouds.
You could convert your meshes to dense point clouds (with Edit > Mesh > Sample points) and perform a C2C computation?
Hi daniel! I recently had a similar problem. Your solution worked perfectly in my case. Thank you!