ok I’ll give it a go. I’m not sure the distinction between copy and clone. Does clone have advantages over copy? Cheers
ok I think I figured it – probably not the most elegant code but seems to work fine. Thanks again. thePair = #() copyObjsSel = #() for obj in selec…
ok cheers I’ll keep looking. Thank again.
That works a charm – quick question using the found selection sets how would I put a copy of that object into those selection sets? Thanks again.
That makes sense to me now. Its a nice dynamic way to control the loop. Many thanks for your help.
So would it be valid to swap out “mapfaces[i]” with “true” ?
Hi, could you tell me the logic behind “where mapfaces[i]” is in the first example you showed? Does it mean “where true” seeing how its refering to a …
thanks for your help with this.
thanks serejah that works great. Am I correct in thinking that collect only returns a normal array and not a bit array?
Thank you so much serejah. I will try this when back at My desk. Thanks again.