Home › Forums › Problems and solutions in GDL › Doors and windows › Find number of hinge door leafs.
- This topic has 5 replies, 3 voices, and was last updated 3 years, 7 months ago by
Kevin Lee.
-
AuthorPosts
-
-
September 12, 2017 at 06:08 #3545
Kevin Lee
ParticipantIs there a way to identify whether hinged opening door(from typical GS doors) has 1 door leaf or 2?
-
September 12, 2017 at 06:44 #3546
Barry Kelly
ParticipantIt looks to me as though you won’t get this information from the objects – not the standard GS doors anyway.
The single doors always one leaf and the doubles always have 2.
As it is not a parameter you can set in the object you won’t be able to get that information out from the object.Barry.
Versions 6.5 to 22
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision M6800 - i7 4700MQ @ 2.40GHz, 16GB RAM, AMD FirePro M6100 (2GB), Windows 7 64bit -
September 12, 2017 at 07:06 #3547
Kevin Lee
Participantwell, hope there is some workaround to this.
As some of you know, egress dimension in the standard GS door does not comply with egress standard in AUS.(nor Local version of ARCHICAD does not report correct value as well.)
What I am after is clear width dimension for DDA drawings where the width is measured as per diagram in the attachment.
I can set the calculation to take leaf width as variable (egg if leaf_width > 1200 then leaf=2) but it would be much reliable to have calculations based on the true information.
Attachments:
-
September 12, 2017 at 11:38 #3549
Gergely Fehér
KeymasterYou can check a listing parameter called “gs_list_doorleafwidths”. It contains the widths of the leafs as a string. I know it is not the best solution, but you can try as a workaround…
Gergely Fehér
Team Leader, Library Team
GRAPHISOFT SE -
September 14, 2017 at 01:36 #3551
Kevin Lee
ParticipantThanks Gergely..
Interestingly, requesting second door leaf width always returns to 900mm from single hinge door.
doubleleafwidth1 = 0
rrr = request (“ASSOCLP_PARVALUE”, “gs_secondleaf_w”,index_ww, type_ww, flags_ww, dim1_ww, dim2_ww, width_leaf2nd)
if rrr then doubleleafwidth1 = width_leaf2nd -
September 14, 2017 at 08:48 #3552
Kevin Lee
ParticipantCont’
I was able to define the door types by using “gs_secondleaf_w” & “gs_pivotOffset”
one thing I’m struggling with is finding a unique parameter used in any store door types… gs_secondleaf_w returns all store doors to zero..
-
-
AuthorPosts
- The forum ‘Doors and windows’ is closed to new topics and replies.