Page 1 of 1

2,5D Volume Interpolation Method

Posted: Thu Jul 08, 2021 7:36 pm
by Danny64
Cheers Fellows,

I`m a new User of this great Software. I learned a lot in this Forum and i will keep going with searching for answers in here.
Also, thank u Daniel for all ur helpfull answers. Now i wanna come up with a short question for an explanational answer, related to the given interpolation method in the tool "2,5 D Volume".

Like, i m interested to know in which way does the tool calculate a height value for an empty cell?
Does it use the `linear" or the `natural neighbours`method? For my project, i m simply comparing the results after interpolation of a small scaned area.

I m realy glad to be handling with this nicely working Software


Everyone have a good day

Danny

Re: 2,5D Volume Interpolation Method

Posted: Fri Jul 09, 2021 8:08 pm
by DA523
According to my experience,
"Interpolation" leads to wrong volume in some cases (shape projection is convex not concave and other cases)
"leave it empty" is the best method but require dense points which easily we can work around with 3D software

I attached example to show (if I am not wrong ) where interpolation fails to calculate volume of shell against flat plane .

Re: 2,5D Volume Interpolation Method

Posted: Sat Jul 10, 2021 6:12 pm
by DA523
Another example showing when "Interpolation" fails
while "leave it empty" success after using sub-sample 100k points of mesh
-
see attached
volume.zip
(1.86 MiB) Downloaded 508 times

Re: 2,5D Volume Interpolation Method

Posted: Sun Jul 11, 2021 6:48 pm
by daniel
Interpolation is done by 2.5D triangulation (Delaunay triangulation exactly). So it's a kind of linear interpolation between the 3 closest neighbors.

But it is indeed done in the convex hull of the points, which might lead to either missing parts, or on the contrary fake points.

Re: 2,5D Volume Interpolation Method

Posted: Mon Jul 12, 2021 12:59 pm
by Danny64
Thanks a lot DA523 & daniel !! Appriciate it... And soon i'm looking more into it. As of now u helped me lot.

kindly regards
Danny