Is there a command in Rhino or a way in grasshopper to extrude a 3D curve outwards or inwards.
I wanted to do a toothed disk like this one.
Found a way but still believe there’s an easier way or some Grashopper magic (a multidirectional outwards vector or a vector pointing to a center point?)
What I did was to draw a circle, divide by 36, sublimate and rotate the points 5° and move the odd set up 2mm, then connect all the dots, offset the resulting curve, sweep2 along the two curves and extrude the resulting surface…
Second solution that worked was to create one tooth ans polar array.
shall the notches / cuts stay the same depth?
then you will need another workflow:
_extrudeCrv in a horizontal direction, then
_setPt (x and y) to the center.