
Crocodile In Style - Curv
thingiverse
Curv is a high-level programming language for creating stunning art using mathematical concepts. It's a versatile tool for 2D and 3D geometric modeling that supports full color, animation, and 3D printing capabilities. https://github.com/doug-moen/curv I'm excited to share my latest experiment with the capcone primitive in Curv. let capcone (p1, p2) = let a = p1[[X,Y,Z]]; b = p2[[X,Y,Z]]; d1 = p1[3]; d2 = p2[3]; ba = b - a; in make_shape { dist p = let pa = p[[X,Y,Z]] - a; h = clamp(dot(pa, ba) / dot(ba, ba), 0, 1); d = lerp(d1, d2, smoothstep(0, 1, h)); r = d / 2; in mag(pa - ba * h) - r; bbox = [min(a-max(d1,d2), b-max(d1,d2)), max(a+max(d1,d2), b+max(d1,d2))]; is_3d = true; }; in union( capcone ((0,0,0,1),(10,0,0,4)), capcone ((0,5,0,2),(10,5,0,2)), capcone ((0,10,0,3),(10,10,0,0)), capcone ((0,15,0,4),(10,15,0,5)) )
With this file you will be able to print Crocodile In Style - Curv with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Crocodile In Style - Curv.