2024-09-03 01:42 PM - last edited on 2024-09-08 11:05 PM by Laszlo Nagy
Hello!
I have a question regarding the ACAPI_Selection_Select.
In archicad if I have a morph and an object and I select the morph first then the object, I'll have 2 selections and the object will be the active so if I press CTRl+T i get the object settings. Like this:
However no matter what how and in what order I give an object and a morph to the ACAPI_Selection_Select, the morph will be always the active one. I tried it with seperate selects, tried it withing the same select but in the array with different order and always the morph came out as the active one.
2024-09-06 09:19 PM
Have you tried calling ACAPI_Selection_Select twice, once with just the first element and then again with just the second (and setting the 'add' parameter of ACAPI_Selection_Select to 'true')?