Notifications
Clear all
[Closed] [MXS] ProBoolean operands list – how to get it?
Dec 21, 2017 1:05 am
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
Dec 21, 2017 1:05 am
Like [i]for i = 1 to $.baseObject.numSubs by 2 collect $.baseObject.object ?
Dec 21, 2017 1:05 am
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?
Dec 21, 2017 1:05 am
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.