this post was submitted on 19 Jul 2026
9 points (90.9% liked)

FreeCAD

1267 readers
1 users here now

Your own 3D parametric modeler.

www.freecad.org

FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters.

founded 4 years ago
MODERATORS
 

I've tried using a B-Spline, using eliptical arcs, and making a polygonal approximation and then filleting it but none of them worked well and both were very hard to figure out how to measure for.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] alleycat@feddit.org 6 points 1 week ago (1 children)

The best way would be to put this on a 2d scanner, load the image into FreeCAD, scale the image using a known measurement, and then using a spline to draw the outline over the scan (don't forget the symmetry!). Working with splines is a science in and of itself, so you should watch a few tutorials or read the docs.

[โ€“] turbowafflz@lemmy.world 3 points 1 week ago

Ahhhh that seems like a good way to do it I'll try that