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.
I had a problem installing the latest version of
UnrealDatasmithArchicadExporter_5_5_3.During the installation I got this
message:"the specified account already exists" and the installation was
aborted. To solve this problem, I think you should first...
thanks Barry, this is a very old post but the idea is right,
https://community.graphisoft.com/t5/Libraries-objects/Random-numbers-in-2d-script/m-p/22771/highlight/true#M40872
except that GLOB_INTID is now probably GLOB_INTGUID.And GLOB_INTGUID is
a s...
Thank you @Lingwisyer1. I have several hedges with the SAME dimensions
A,B,ZZYZX e.g. 100x60x1502. In gdl (without changing A,B,ZZYZX) I would
like each hedge to add to A,B,ZZYZX (or subtract) a random value from
the range e.g. 0-10cm.3. This way eac...
Barry Kelly, Lingwisyer, Peter Baksa thank you for your interest. My
reflection in this topic basically concerns LIBRARYGLOBAL, and to some
extent refers to what Mario Sacco wrote
recently:https://community.graphisoft.com/t5/GDL/Ask-a-MVO-setting-mor...