Thingiverse

Heart Pendant Created in ImplicitCAD with Python Scripting by flash3780
by Thingiverse
Last crawled date: 4 years, 2 months ago
I created this pendant in ImplicitCAD using a Python script.
I wanted to make a piece that would be castable and unique. This pendant is derived from the following parametric equation for a heart:
X(t) = 16sin^3(t)
Y(t) = 13cos(t) - 5cos(2t) - 2cos(3t) - cos(4*t)
(Ref: http://stackoverflow.com/questions/8082429/plot-a-heart-in-r)
I then wrote a recursive function in Python to generate a pattern of holes that seemed effervescent.
I originally started this project with OpenSCAD (which is a fantastic program), however it proved difficult to create rounded edges. ImplicitCAD has a much simpler method for creating rounded edges. The language is similar to OpenSCAD, and I like the idea of scriptable CAD in general.
I wanted to make a piece that would be castable and unique. This pendant is derived from the following parametric equation for a heart:
X(t) = 16sin^3(t)
Y(t) = 13cos(t) - 5cos(2t) - 2cos(3t) - cos(4*t)
(Ref: http://stackoverflow.com/questions/8082429/plot-a-heart-in-r)
I then wrote a recursive function in Python to generate a pattern of holes that seemed effervescent.
I originally started this project with OpenSCAD (which is a fantastic program), however it proved difficult to create rounded edges. ImplicitCAD has a much simpler method for creating rounded edges. The language is similar to OpenSCAD, and I like the idea of scriptable CAD in general.