Hi, for my school project I am trying to rotate an object 16 times upwards. As shown in the image the green extruded object is what I am aiming to rotate multiple times, however when I try it only picks up aspects of the object and not the entire thing. Does anyone know how to fix this, I’ve tried multiple different things, and I haven’t managed to find a solution.
I have attached the grasshopper file of my current grasshopper script.
Thank you so much for your response, I have just tried your script and i’ve got everything to work besides the top two objects overlapping.
I applied an expression x-2.5 into the range which actually fixed the bottom bit (blue circle) however I am still having trouble figuring out how to fix the top two pieces overlapping. Do you have any ideas?
I’ve re-uploaded my current script in this message.
Thanks
so because “16” is the final total number of values you want to get, the number of parts you want to divide is 16-1=15
another thing I would advice, but I think this is very much secondary, is to use a starting value of zero for your Serie of movement vectors, in such a way the very first item in your list will be moved by {0,0,0} so it’s just the original item
to be fair, this definition is a bit messed up but if it works then it’s fine
in case you want to investigate why that 16th element was rotating two times, these videos are for sure worth gold and every single minute of your time:
Hi Inno, Thanks so much for your help i’ve got it all working now. I also had a another quick question, I am wanting to create a set of 3 or 4 steps going upwards, each step moves 0.500 in the Y direction. I followed a youtube tutorial however it didn’t seem to work for my design and only the first step worked, I’m not sure if this is because my object is a plain rectangle.