cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
LeeJaeYoung
Virtuoso

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

LeeJaeYoung_0-1680428637482.png

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

AC27 on window 11
1 Solution

Accepted Solutions
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

Go to post

1 Reply 1
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

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!