An open API service indexing awesome lists of open source software.

https://github.com/drozhkov/gdl-shell

ARCHICAD GDL Shell Add-On
https://github.com/drozhkov/gdl-shell

add-on archicad cpp gdl

Last synced: about 1 year ago
JSON representation

ARCHICAD GDL Shell Add-On

Awesome Lists containing this project

README

          

# gdl-shell
ARCHICAD 22/23 GDL Shell (Windows) Add-On

## usage
```vbnet
ch = open("as-shell", "", "")
v1 = ""
nr = input(ch, "file-open", "", v1)
nr = input(ch, "file-save", "", v1)
nr = input(ch, "dir-open", "", v1)
```