We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-04-02 11:48 AM
door opening line on floor plan
What is the parameter name of pen number?
Solved! Go to Solution.
2023-04-03 09:24 AM
call "GS Door Functions"
call "OpeningOptions"
call "GetDWOplines"
in "GetDWOplines"
gs_opLinePen = 1
success = LIBRARYGLOBAL ("LibraryGlobals13", "D_opLinePen", reqOplinePen)
if success > 0 then
gs_opLinePen = reqOplinePen
endif
2023-04-03 09:24 AM
call "GS Door Functions"
call "OpeningOptions"
call "GetDWOplines"
in "GetDWOplines"
gs_opLinePen = 1
success = LIBRARYGLOBAL ("LibraryGlobals13", "D_opLinePen", reqOplinePen)
if success > 0 then
gs_opLinePen = reqOplinePen
endif