We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-03-21 11:04 PM
Is there a way in GDL to find out if the section / elevation is infinite or limited in vertical range, and if limited, what those limits are?
I would imagine something like:
n = REQUEST("Elevation Vertical Range", limitedOnOff, UpperLimit, LowerLimit)
This command doesn't exist, but this hopefully demonstrates what information I'm trying to extract.
This is for use in a story marker that automatically dimensions the distance between stories.
2022-03-22 02:32 AM
I don't think there is a command to find the section height limits.
But I don't think it matters anyway.
If your storey markers exceed the vertical range, they won't be seen anyway will they?
Barry.
2022-03-22 03:43 AM
I do this with the exact info you can extract using the code from the elevator object.
Super easy I swear.
2022-03-22 07:59 AM
if you select your section / elevation markers you can activate them by simply selecting the horizontal range or vertical range. if you want distance for horizontal range you measure on plan while vertical range you can directly input. image below for your reference. 😎
2022-03-22 08:47 AM
In GDL.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2022-03-22 11:19 AM
@Barry Kelly : it's not the story marker per se that I'm trying to control, it's the story-to-story dimension. Given it runs when the story marker does, we get this leftover dimension - see image. I can control this with a user-set limiting of stories, but that's another non-automated setting. I'd like to better control that if I could.
@SenecaDesignLLC: Thanks for that. I've looked through all the code on the elevator part, and it doesn't have anything that I could find that returned vertical limits of the current elevation / section view.
@ryejuan: Thanks, but I'm after a GDL solution.
2022-03-22 02:10 PM
Ahh I'm with you now, I did not fully understand your goal.
2022-03-23 02:29 AM
not sure what's happening on your end but haven't encountered this when doing a dimension on storey levels. 🤔
2022-03-23 02:50 AM
But are you adding the dimensions manually yourself?
I think Bruce is building the dimensions into his markers from the way his post reads.
Barry.
2022-03-23 02:54 AM
i see, i understand now. he created his own markers that will automate dimensions instead of him manually doing it. something similar to the way it does with the grid lines. interesting saves you a lot of time. like a toggle that will turn on distance dims and levels. 😁 i hope Graphisoft will incorporate that in future versions. 😁