Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.

GDL
About building parametric objects with GDL.
SOLVED!

door opening line on floor plan What is the parameter name of pen number?

LeeJaeYoung
Virtuoso

LeeJaeYoung_0-1680428637482.png

door opening line on floor plan
What is the parameter name of pen number?

AC27 on window 11
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
LeeJaeYoung
Virtuoso

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

AC27 on window 11

View solution in original post

1 REPLY 1
Solution
LeeJaeYoung
Virtuoso

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

AC27 on window 11