supermerill / FreePySCAD

Like openscad but in python inside freecad
GNU General Public License v3.0
38 stars 5 forks source link

Feature request: convex hull #8

Open mmirate opened 2 years ago

mmirate commented 2 years ago

The convex hull operation from OpenSCAD is extremely useful for quickly drawing up simple (and not-so-simple) mounting-plates and whatnot. Examples at https://hackaday.com/2018/02/13/openscad-tieing-it-together-with-hull/.

supermerill commented 2 years ago

I'm limited by the freecad api. How to create a hull in freecad? If the GUI can do it, I may be able to script it.