door opening line on floor plan What is the parameter name of pen number?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2023-04-02 11:48 AM
door opening line on floor plan
What is the parameter name of pen number?
Solved! Go to Solution.
- Labels:
-
Library (GDL)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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