cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Calling Reference Levels

Not applicable
How to request a Reference Level ?

Lets say I have a object on level 3 and it has the ability to show its elevation. This elevation is 900cm where 3 x 250 is the elevation of story 3 + its placed 150cm above its home elevation...

I can count this elevation by using :
Obect_elevation = GLOB_HSTORY_ELEV + GLOB_ELEVATION

And now I would like to know, what is this objects elevation relative to the the 1st and 2nd Refence Level.

undefined
1 REPLY 1
Not applicable
I found it
m = REQUEST ("REFERENCE_LEVEL_DATA", "", ref_name_1, ref_elev_1, ref_name_2, ref_elev_2, ref_name_3, ref_elev_3, ref_name_4, ref_elev_4)
where ref_elev_1 is the project zero,
ref_elev_2, ref_elev_3 are 1-st and 2-nd level and
ref_elev_4 is the sea level...


Found here:
http://gdl.graphisoft.com/gdl-docs/gdl-guide/chapter-12-miscellaneous/request-options/