JustinSDK / dotSCAD

Reduce the burden of mathematics when playing OpenSCAD
https://openhome.cc/zh-tw/openscad/
GNU Lesser General Public License v3.0
784 stars 107 forks source link

convexity as optional parameter to sf_solidify #19

Closed orjanekeberg closed 3 years ago

orjanekeberg commented 3 years ago

When previewing more complex shapes created via sf_solidify, it is often necessary to increase the complexity parameter passed to polyhedron (inside sf_solidify). It is currently necessary to modify the source code of sf_solidify itself to achieve this. It would be nice if you could make "convexity" an optional parameter to sf_solidify, sf_thicken, etc. which would simply be passed on to the internal polyhedron call.

JustinSDK commented 3 years ago

Done. Enjoy it :)