Tipps und Tricks
Eine kleine Sammlung von Tipps und Tricks vom Autor.
- Open macro objects Open macro objects without knowing their path.
- Translation Routines (Localization) Different variants as routines for translations in GDL objects
- Avoiding Error Messages in GDL Objects GDL objects encounter missing attributes, invalid parameter values, and missing resources in real projects. Without targeted validation, this inevitably leads to runtime errors. An overview of the most important safeguarding routines.
- Insert array parameters afterwards To avoid error messages when retrofitting array parameters in a GDL object that is already in use, or when increasing the dimensions of existing array parameters in the script, you must intercept this with appropriate routines.
- Representation: Projected with upward view 2D projection representation of 3D elements with correct section plane as well as top view and bottom view (overhead)
- Array definition in subroutines GDL bug when defining arrays via DIM physically below (e.g. in a subroutine) the used array
- 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.