Hello,
I use Rhino to design furniture using honeycomb cardboard. I’m currently working on creating a function on Grasshopper to automate V-Cuts on Rhino.
The inputs I want for the function are:
The thickness of the cut
The angle of the cut
The orientation of the cut (upward or downward)
The idea is to apply this function to a line drawn on a 3D volume, and have it automatically remove the corresponding material from the volume based on the specified parameters.
Has anyone already done something similar, or could help me figure it out ?
Yeah, I have to create these offsert curves and move them so they fit the thickness and the angle chosen. And then create a volume that I instantly substract and remove from the original volume so that the original volume is V-cutted.
It works perfectly ! It’s much clearer and easier than what I was starting to do. But I don’t really understand how the angle is determined. What does “Width *2” mean when we’re talking about degrees ?