We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-03-17 10:35 PM - last edited on 2021-09-14 09:45 AM by Noemi Balogh
DIM tmpZonePositionContent[][] success = LIBRARYGLOBAL ("BW_MVO", "zone_position_content", tmpZonePositionContent)
2021-03-17 10:55 PM
call "DataPort" parameters all, selector1 = "Assemb", returned_parameters _arraySize1, _arraySize2, arr_embedCClogAssembly for j = _arraySize1 to 1 step -1 for k = _arraySize2 to 1 step -1 _embedCClogAssemblyyours will be different because you are using library globals and not a macro call but the logic is the same.= arr_embedCClogAssembly[(j -1)*_arraySize2 +k] next k next j embedCClogAssembly = _embedCClogAssembly parameters embedCClogAssembly = embedCClogAssembly
2021-03-17 11:07 PM
2021-03-18 10:25 AM
2021-03-18 10:42 AM
2021-04-06 08:48 AM
DIM tmpZonePositionContent[7][6] success = LIBRARYGLOBAL ("BW_MVO", "zone_position_content", tmpZonePositionContent)
2021-04-06 12:28 PM