Hello.
I’ve encountered a weird behavior of the ProBoolean. Sometimes (I don’t know why and when) it creates nested ProBoolean objects while I’m picking the operands objects, for example:
I’ve created an initial Object_A (my ProBoolean object), subtract an Object_B from it and union with Object_C - then my ProBoolean object have only 1 operand in the list (Union Object_C ) and the base object (0: Union) becomes another ProBoolean object (with the Subtr Object_B).
It happens very rarely, but sometimes it does and I want to handle it in my script which extracts ALL the operands objects from ProBoolean.
My question is: how to select an item in a nested ProBoolean object to press the Extract selected button later? The ProBoolean.SetOperandSel function doesn’t seem to work in such case, but maybe I’m doing something wrong? Or maybe I can select an item from the nested ProBoolean listbox using the UIAccessor + windows.sendMessage? I’ve tried it, but failed.

