I have a 3D hull from a ship. For manufacturing the ship's hull is split up into panels which are cut from flat standard sized metal sheets. I want to make a definition that makes a cutting list with minimal wastage.
I plan to use the Squish comman…
The only way I know of getting rid of duplicate curves in a pure GH way is to test the curve end points for same coordinates and delete them if they do. Obviously this method only works if the duplicate curves have the same end points but not the sa…
The one link Taz gave about 2d geometry is exactly what I wanted to post here, yesterday already, but ning's searching isn't all that great and didn't know where to find it since its from a long way back.
To be specific and maybe not answer the big…
I have had the same problem, however I thought it might be the way people name the discussions. A while ago I wanted to raise this issue by proposing a general guide line to follow when naming discussions to make searches more effective. But I wasn'…
I am no expert on this as I never do things like this but as far as I know what you want to achieve requires a loop which GH can't do, so you will need to use a VB component. Again I speak theoretically here, it might be possible to achieve the same…
Do you mean for sending files as well? If that is the case save small and then compress using winrar or winzip which works very well for Rhino, I have compressed files from 100mb down to about 4mb. I have not tried it for Grasshopper yet.
For inter…
Alright, planes are messy, rather create random curves from the points, then intersect the curves with the curves. I added an image with the definition.