DE EN

GDL Tools
& Strategies

Practical knowledge, proven strategies and solutions for GDL programming – collected and shared for the GDL community.

29
Articles
12
Categories
DE · EN
Languages
Script.gdl
! ------------------------------------------------------------ !
! -------- 3 D  -  S c r i p t ------------------------------- !
! ------------------------------------------------------------ !
! Cylinder with Hole
Material mat_cylinder
PRISM_ 3, zzyzx,
0,        0,    979,
a/2,      360,  4079,
a/2 - d,  360,  4079
! ------------------------------------------------------------ !
! -------- 2 D  -  S c r i p t ------------------------------- !
! ------------------------------------------------------------ !
PEN poly_cont
FILL poly_fill
POLY2_B 3, kont_typ, poly_fill_pen, poly_bg_pen,
0,        0,    900,
a/2,      360,  4001,
a/2 - d,  360,  4001

Categories

All topics – click to explore

Latest Articles

View all →
KI

GDL Development Environment with AI

```html Modern GDL Programming with Cursor, Graphisoft Extensions and b-prisma Tools The development of GDL objects for Archicad can be complex and time-consuming. However, by combining state-of-the-art tools and artificial intelligence, a development environment emerges that takes productivity, code quality and developer experience to a new level. In this article, I will show you how to build a perfectly coordinated toolchain for professional GDL development using Cursor, Graphisoft's GDL Development Environment, GDLnucleus and the GDL Task Runner from b-prisma. ```

Tipps und Tricks

Car scripts

With the help of autoscripts, it is possible to automatically convert geometric 3D bodies or 2D drawing elements from Archicad into GDL scripts in the GDL editor.

Tipps und Tricks

Array definition in subroutines

GDL bug when defining arrays via DIM physically below (e.g. in a subroutine) the used array