Hey Guys,
Im currently doing a projekt in Rhino, Grasshopper. Im doing a pavilion in 3D that’s made out of squares.
The squares needs to be ready for lasercutting, so i therefor i need to translate the squares into 2D plan and i need to have them organized in systemized points. Untill now i have converted the squares into 2D plan but all the squares are laying on eachother with the same central point.
I don’t know how to seperate them out so they won’t be over one another.
Hello,
from what I know there are 2 ways of doing depending on the laser cutter.
Some laser cutting company asks for one drawing for each shape. For some of my project I doing that. I use a plugin to be able to output dxf. See there Low Table PatDef
One of the “simple” way is to measure all bounding box for each curve, then take the bigger and put the curves on an array. If you don’t want pluging I must have something.
I have one last question:
Do you know why i am having so many of each part? In my pavilion i an not having so many squares as the script is putting put. It looks like there is more of each. (exactly 25 of each)
I don’t understand in the geometry component there are 625 components. So I use all of them without looking if they are the same or not. You can also put the shapes in a real Square 25 x 25 doing that.
i think the reason why it says that i have 625 components is that my pavilion has a complicated steel construction, but i am hiding that in the view since i am not lasercutting those but only the facade.
I didn’t look at your script just try to find what was your question. So for some next question it is sometime more simple to just put useful data. You can internalize data on right clicking on a Geometry component.
It is up to you to feed my little script with the data you want.