Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2022-02-26 05:54 PM
Hi guys!
I have a question. Is there a way or GDL command , can hide one small part of a GDL object in some plan views (say floor 1) while other plan views (say floor 2 and 3) shows all parts of the GDL object?
THanks!
2022-03-15 09:29 AM - edited 2022-03-15 09:31 AM
GLOB_CUTPLANES_INFO[1] + GLOB_CSTORY_ELEV - GLOB_HSTORY_ELEV >= 0
Cutplane height, elevation of current story, elevation of home story. You could just used these variables? Though it does not seem to work if you set the object to All Relative Stories....
Ling.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2022-03-27 03:33 PM
n = REQUEST ("Home_Story", "", index, story_name)
You should now be able to get home story index.
I created another simple object.
This object is displayed as "Higher floor" if it is above the homestory, "Lower floor" if it is below the homestory, and "This floor" if it is the same story.
Is this correct?