Home
Reply
Contributor
bryn
Posts: 20

Find corresponding faces after boolean operation

Hi

 

Scenario:

1. I attach a generic named integer attribute "FOO" to each face of two bodies.Then I perform a union operation.

2. On the resulting body I iterate through all the faces, and search for the attribute "FOO" and obtain the integer. However, some of the attributes (integers) are "lost".

 

Question:

My interpretation is that there cannot be multiple named attributes with the same name at a face. One of the attributes is lost, the other is kept. Is this assumption correct? Do I need to attach uniquely named attributes?

 

Thanks

Bryn