Approximate a Point Cloud with a surface

A place to share learning material: written tutorials, videos, etc.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
paullee
Veteran
Posts: 5097
Joined: Wed May 04, 2016 3:58 pm

Re: Approximate a Point Cloud with a surface

Post by paullee »

Thanks for the explanation !
freakix
Posts: 1
Joined: Tue Nov 14, 2023 5:24 pm

Re: Approximate a Point Cloud with a surface

Post by freakix »

Hello!

I am using the B-Spline surface approximation quite heavily.

Is there anymore information about the underlying algorithm that is used for the function?

I'd really appreciate any information! :)

Thanks,
freak
User avatar
Chris_G
Veteran
Posts: 2579
Joined: Tue Dec 31, 2013 4:10 pm
Location: France
Contact:

Re: Approximate a Point Cloud with a surface

Post by Chris_G »

Look into the BSplineFitting and ApproxSurface files here : https://github.com/FreeCAD/FreeCAD/tree ... eering/App
Post Reply