DiscussionsIssue archiveModeling Data and Algorithms

Archived discussion

BRepFeat_Gluer

Modeling Data and AlgorithmsTue, 03/08/2022 - 17:371 reply

Browse this forum
QuestionAuthor

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

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

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

With respects, Commenter-1.