We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-09-27 06:09 PM
Hello,
I'm looking to call an array parameter from my model view options but I get the error of "Incompatible array dimensions".
Is it possible to pull an array with values from my MVO and input those into an array within the object? The array is set to 20 rows with 1 column in both.
Thanks
2024-09-27 08:56 PM
With 1-dimensional Array Parameters you should get no problems.
You must define either in both objects an Array Parameter with the same dimensions or you can define an Array with DIM in the calling object.
2024-10-02 05:20 PM
Changing the default values of an MVO object has no effect if you already changed that MVO in your plan. The size of an array is also included in the default value.
Better to use a dynamic array, you never know when it needs to be grown. Drawback: a dynamic array has to be one-dimensional in the caller object.