BRepFeat_Gluer

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

Eugene Zaliznyak's picture

Hello,
I think you should use boolean operation by BRepAlgoAPI_Fuse.

With respects, Eugene.