gaba
Enthusiast
since ‎2023-08-10
a week ago

User Statistics

  • 60 Posts
  • 3 Solutions
  • 27 Likes given
  • 280 Likes received

User activity

some simple randomization algorithm in GDL to get the value 1 or -1 ? 
A quick technical question What is more efficient on the stack/memory side of GDL:- a 10x10 array (i.e. 100 cells)- or 100 parameters?I'm not asking about the convenience of use in a script.
I'm asking out of curiosity. I have two open pln projects. What is the technical problem that ArchiCAD doesn't allow you to routinely copy selected elements (Ctrl+C) from the 3D window of one project and paste them (Ctrl+V) into the 3D window of anot...
I am creating an algorithm for graphically adding/subtracting elements of an array (dim_xy[ ][ ]) using hotspots (from the hot_mnu[ ] array).It seems to me that adding new elements to the dim_xy[ ][ ] array works OK: But removing elements from the d...
I wanted to simplify the handy object and use an array of pens instead of separate pen parameters. Unfortunately, such an array allows you to manually enter a pen 0, but does not accept a pen -1.   