GDL Enthusiast
Enthusiast
since ‎2021-07-28
Online

User Statistics

  • 56 Posts
  • 1 Solutions
  • 33 Likes given
  • 3 Likes received

User activity

Hi, I have noticed sometimes when creating an object, that it won't place in the floor plan, it just clicks a blank. However, if I select an existing object, open the dialogue window, select my newly created object, then AC replaces the previous obje...
Hi, If I CALL from a Master object, an secondary object that CALL's a third object, the bottom level object seems to revert to its original location. Does calling objects, with nested objects, reset lower level object variables? I have never called t...
Hi, I am trying to get the transparency to work in the Project2{4} command but it is elusive! Here is my code, I would welcome any help: 3D Script (standard transparent material): set material "glass" block 1,1,1 2D Script: project2{4} 6, 270, ! proj...
Hi, Is there a way to extract the parameters of a Surface/Texture from Archicad into GDL? My hope is one can see the parameters, somehow, of a surface texture and copy that detail to GDL code. It would enable a few more material definitions. An examp...
Hi, If I write and IF THEN statement, the editor sometimes returns an error if I add an ENDIF on the next line. Most of the time it seems to run without error if I don't even add the ENDIF statement when creating a list of logic. The editor seems to ...