Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Determine which faces of intersection body were originally open to the air?
marena_richardson
Member Posts: 20 EDU
I have two rectangular blocks positioned perpendicular to each other in an L shape so they overlap. I used opBoolean to get the intersection block. Now I want to know which faces of the intersection block were in the middle of the original two blocks and which two were originally the ends of the two blocks. Is that possible? How would I do that?
0
Comments
If you do want this behavior, you can write some logic which checks for pairs of coincident faces between the original bodies, since
that's the only starting condition that results in "exposed" faces in the intersection. See Jacob's question for how to check if planes are coincident.