Forum archiveIssue archiveOther usage issues

Archived discussion

BRepAlgoAPI_Fuse will cause shape corruption.

Other usage issuesWed, 08/24/2022 - 09:524 replies

Browse this forum
QuestionAuthor

Hello.
When I try to fuse shape1 and shape2, the result shape is corrupted.
Is there a way around the problem?
I have confirmed that shape1 and shape2 are valid shapes in the BRepAlgoAPI_Check class.

[Code]
BRepAlgoAPI_Fuse fuseShape( shape1, shape2 );
fuseShape.Build();
TopoDS_Shape shape3 = fuseShape.Shape();

[Environment]
Opencascade: V7.6.3
OS: Windows 10 Pro 64bit
CPU: Intel(R) Core(TM) i7-8550U
Memory: 16GB

Discussion

4 archived replies

Posts are displayed in their archived order.

01Commenter-1

Forum usage tips:

  • Select appropriate forum section. Most likely nobody will notice your message in "Other usage issues" section.
  • Insert code with formatting using "BBCode" / "Makdown" / "HTML" editor options.
  • Embed screenshots into message, not just as attachments.
02Author

Hello Kirill.
Thank you for your advice.
I will modify section and correct formatting.
In case you are wondering, which section do you think this question falls under?

03Commenter-1

Question belongs to "Modeling Data and Algorithms" in my opinion.

04Author

Thank you.