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
- Host: GitHub
- URL: https://github.com/drozhkov/gdl-shell
- Owner: drozhkov
- License: gpl-3.0
- Created: 2019-07-06T23:25:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T05:18:27.000Z (over 5 years ago)
- Last Synced: 2025-01-23T17:15:49.305Z (about 1 year ago)
- Topics: add-on, archicad, cpp, gdl
- Language: C++
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```