omdl  v0.6.1
OpenSCAD Mechanical Design Library
Todo List
globalScope> Global linear_extrude_uls (h, center=false)
This function should be rewritten to use the built-in scaling provided by linear_extrude() in the upper and lower scaling zones.
globalScope> Global pyramid_q (size, center=false)
Support vertex rounding radius.
globalScope> Global pyramid_t (size, center=false)
Support vertex rounding radius.
File shapes3d.scad
Complete rounded cylinder.
globalScope> Global triangle_ppp (v1, v2, v3, vr, v1r, v2r, v3r, centroid=false, incenter=false)

Replace the hull() operation with calculated tangential intersection of the rounded vertexes.

Remove the all or nothing requirement for vertex rounding.