Tue, 03/08/2022 - 17:37
Forums:
Hi everyone!
Quick question. Let's say I have two cubes that share one face. I want to join them into a single cuboid solid (and have the common face disappear). I tried using the BRepFeat_Gluer but I am getting a segmentation fault. Perhaps I am using the arguments wrong. Does anyone have a functional example of such a practice?
Many thanks in advance
Tue, 03/15/2022 - 09:07
Hello,
I think you should use boolean operation by BRepAlgoAPI_Fuse.
With respects, Eugene.