Notifications
Clear all

[Closed] [MXS] ProBoolean operands list – how to get it?

Hi,
I’m trying to figure it out with no success… Is there any way to get the list of operands from ProBoolean object using MaxScript?

4 Replies

Like [i]for i = 1 to $.baseObject.numSubs by 2 collect $.baseObject.object ?

Oh, great! Didn’t know it’s so simple. How about getting its operation? For example: Node1 – subtraction ; Node2 – intersection ; Node3 – union etc. Is there any way to get it?

Well, if all else fails you may parse the listbox contents (see for example here how to get the listbox hwnd)… there might be a better way but I’m not aware of it.

Thanks for this hint, it works great.