Page 1 of 2
surface area calculation
Posted: Thu Aug 09, 2018 1:59 pm
by doaa
Hello
Im researcher how can i measure the surface area of a selected part in cloud compare
Re: surface area calculation
Posted: Sun Aug 12, 2018 12:44 pm
by daniel
You can try to segment the part with the scissors tool and then use the 'Tools > Fit > Facet' tool. It will fit a 'facet' element to the cloud, from which you can read the surface in its properties.
Re: surface area calculation
Posted: Tue Aug 14, 2018 10:52 pm
by doaa
thank you for your answer
i want to measure the surface area of only visible traingles of stl mesh generated from ct scan images without thickness
Re: surface area calculation
Posted: Wed Aug 15, 2018 4:50 am
by daniel
Hum, if it's for a mesh, then you may have more luck with Meshlab or Blender?
Re: surface area calculation
Posted: Thu Sep 27, 2018 10:55 pm
by doaa
many thank for your answerŘŚ please could you help me
i have two modeling of hand generated from ct data and photogrammetry
i want to procedure comparison between the surface area of the two modeling
what is the best way to do that
Re: surface area calculation
Posted: Fri Sep 28, 2018 8:57 pm
by daniel
I would use the C2C (cloud-to-cloud) or C2M (cloud-to-mesh) tools? (see
http://www.cloudcompare.org/doc/wiki/in ... #Distances)
Re: surface area calculation
Posted: Fri Nov 02, 2018 7:51 pm
by doaa
thank you daniel
please could you tell me how can i export signed distances of cloud to mesh comparison to test the normality assumption in minitab software
Re: surface area calculation
Posted: Fri Nov 02, 2018 8:07 pm
by daniel
Well you can test it directly by using the 'Edit > Scalar field > Fit Stat. Distrib' function (and choose the Gauss distribution). It will fit a Normal model, and you can even get the Chi2 distance in the console.
Otherwise, to export any scalar field, simply save the cloud as a text (ASCII) file. It will create a text file with X, Y Z, the scalar field values, etc. on each line. You can even choose the separator, etc.
Re: surface area calculation
Posted: Tue Feb 26, 2019 8:46 pm
by doaa
Hi Daniel,
how CC calculates the surface area of mesh and point cloud?
what is the algorithm that used to calculate the surface area?
Re: surface area calculation
Posted: Tue Feb 26, 2019 10:07 pm
by daniel
For a mesh it's easy, it's simply the sum of the areas of all triangles.
For the cloud, what do you mean? CC doesn't compute areas of point clouds, is it?