cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

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