We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-03-12 08:11 PM - edited 2023-03-19 05:11 AM
Hey guys,
I've been trying to develop a feasibility study script using Grasshopper connections, following an example I saw in a Youtube video. However, the video didn't have many details regarding the script, so I tried to replicate it, and now I'm stuck with the following problem:
I've been trying to assign different zone categories to represent building uses, just like in the video:
https://www.youtube.com/watch?v=GXGHMGfKcsA
I believe my script is a bit more complex, starting from a curve and adding zoning parameters to delimit the perimeter of the floors, and then using the zone tool to represent the floors:
Each use has parameters to control the height of its zone:
The big problem is that I can't connect more than one "zone category" to the "Zone" element. I even resorted to GhPython to try to control the flow of heights and create an input, but it didn't work either.
What are the limitations of the zone tool, and can anyone help me?
I'll attach the files so you guy can take a look.
Thanks,
Solved! Go to Solution.
2023-03-14 11:38 AM
Hi, if y understand well, you try to assign multiple zone categories to the same Zone Element, it's not possible, a Zone Element can only be set with one unique zone category.
If you need multiple categories for a story you'll have to create as many Zone Element as needed categories.
2023-03-13 04:45 PM
Hello! Thank you for the code! could you explain how it works and what does the code do?.. What are setback inputs?
2023-03-13 07:27 PM
The script is for help feasibility studies. Setback is a parameter based on specific zoning.
2023-03-14 03:57 AM
Would it be possible for you to create Zone Favorites in Archicad, then use those in Grasshopper? The different Favorites could have different Zone Categories set in them.
2023-03-14 04:11 AM
Thank you very much for the response!! I created favorites for each zone, where each one belongs to a distinct category. But I couldn't connect different favorites to the zone element in Grasshopper. Any idea of any other way to input multiple favorites in the same zone?
2023-03-14 04:33 AM
Unfortunately, I do not have Grasshopper at the moment so I cannot try, but I thought for some reason that this should be possible. I mean, you should be possible to create a series of Zones using a Zone Component, and you should be able to specify the various inputs of each Zone instance. Is that not the case?
2023-03-14 11:38 AM
Hi, if y understand well, you try to assign multiple zone categories to the same Zone Element, it's not possible, a Zone Element can only be set with one unique zone category.
If you need multiple categories for a story you'll have to create as many Zone Element as needed categories.
2023-03-14 09:23 PM - edited 2023-03-14 09:25 PM
Thanks, Bruno. I think now I will be able to figure out a different way to make it. I’m gonna try a different approach, attaching zones in respective stories. I think the video distracts me.
2023-06-06 04:56 PM
Hello, is it possible to see the updated script. I am learning grasshopper and I am trying to learn from your file how you did it. Also I have some question: There are three curves as an input. The leftest one ist the plot outline? And the rest two are the setback lines?