Clay FDM Experiment
Grasshopper: At first, I played around for a bit, using sine functions to warp a straight curve with many divisions into a sine wave. After a bit, I got thinking about using multiple sine functions added together to create constructive and destructive interference the same way the radio and sound frequencies are constructed in order to manage noise from interference, or create overtones in sound. I ended up using a total of 3 sine functions for generating the base curve in 2D, and then used a 4th sine function to spiralize the base curve by passing the points into the cylinder point component, and the 4th sine function for the angle parameter, and then passing the result into a nurbs curve component. I setup various number sliders and dials to tweak and adjust the inputs for the sine functions, with variables for the functions phase, amplitude, and period. I also setup sliders for adjusting the total height of the spiral, the number of initial points, and the p...