We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2015-08-22 12:37 PM - last edited on 2023-05-24 12:31 PM by Rubia Torres
call "GS Window Functions" call "FM_types" call "ui_tabIDlistHierarchy_m"is there more documentation about these function and is there a source code for it ? (to try to get what they are doing internally and how it's done)
! -------------------------------------------------------------------------------- ! Window Settings and Opening Model Attributes ! -------------------------------------------------------------------------------- "pageCallWinModAttributes": call "ui_WinSettOpeningModAttr_m" parameters listFieldWinOpSettAttrID = listFieldWinOpSettAttrID, iWindowShape = iWindowShape, bVentilationProfile = 0, iWindowType = 18, ! WIN_Curved gs_bLeftSLight = 0, gs_bSLight = 0, gs_UTrans = 0, gs_UTrans_Div = 0, gs_LTrans = 0, gs_LTrans_Div = 0, gs_sash_uniform = 0, gs_panes_number = 0, bOverride_MVO_3D = bOverride_MVO_3D, or_bOplines3D = or_bOplines3D returnIf you have some solutions for that.
IF GLOB_CONTEXT = 6 THEN !Schedule iLoD2D = SCALE_50 ENDIFbut I don't know how to draw dimensions objects. I think I can make it work with lines, but quite more complicated.
2015-08-30 11:54 AM
Barry wrote:A Window has 4 hotspots to control the same value. One on each side is way enough to do that.
But then what happens then when you want to adjust the length but not the angle?
You won't really win that one.
Barry wrote:I am checking with other ways of modifying that angle, and overlapping hotspots are the main trouble I get with these ways. That's why I try to know if there is other solutions.
Just change the hotspot radius - that is the best/easiest solution I have found.
You never want hotspots overlapping if you can avoid it.