2026-02-09
08:54 PM
- last edited on
2026-02-10
03:23 PM
by
Laszlo Nagy
Hello everyone, I’m in desperate need of help.
Is there a way to extract the width and height of windows from an Archicad model using the Archicad–Grasshopper Live Connection? I need these values in Grasshopper for further modeling, but I cannot find where these parameters are exposed.
Any guidance would be greatly appreciated. Thank you!
Operating system used: Mac Apple Silicon
Solved! Go to Solution.
2026-02-10 09:37 AM
Create two properties in the properties manager, one for height, and another for widh,
Then you can get the properties values in grasshopper
2026-02-10 05:17 AM
I think it is not possible directly. In Grasshopper, there is a group of Archicad components called "Deconstruct", and if you use the Deconstruct Window component, you can get the geometry of the Windows into Rhino/Grasshopper.
Unfortunately, this component does not have and output that would give you the Width and Height of Windows.
Maybe you could generate a Window schedule in Archicad, export it to Excel, then use a plugin within Grasshopper to get the width/height data of the Windows from the Excel file.
2026-02-10 09:37 AM
Create two properties in the properties manager, one for height, and another for widh,
Then you can get the properties values in grasshopper
2026-02-10 03:16 PM - edited 2026-02-10 03:17 PM
Good point, I did not think of that possibility.
You would still need to extract the numeric value from these Width and Height properties in Grasshopper, but that is a relatively small task.
2026-02-12 09:29 PM
Thank you so much, it's exactly what i needed!
2026-02-15 09:03 PM
one more question, how do i get a normal vector of a window or a plane that the window lies in?
2026-02-16 12:41 AM - edited 2026-02-16 12:50 AM
I am not very proficient in Grasshopper so there may be a faster way to achieve this. I wanted to get the plane of the Window's host Wall, and get its Normal vector. I did the following, going from left to right in the image:
This will work only for straight vertical Walls, so if you are using it in curved Walls or in slanted Walls, this will not give a correct result, you will have to work more on it to solve those cases.