DiscussionsIssue archiveOther usage issues

Archived discussion

Problems with BRepAlgoAPI_Fuse

Other usage issuesThu, 02/15/2007 - 01:121 reply

Browse this forum
QuestionAuthor

Hello,

I have a problem with BRepAlgoAPI_Fuse. I have about 50 Solids which I want to fuse, but every Time on Solid 19 I got this error:

"BOPTools_PaveFiller DoSDEdges - can not find SplitIndex"

Does anyone knows what this message could mean? I try to heal each Solid before fusing with

ShapeFix_Shape sfs (fusedSegments);
sfs.Perform();
fusedSegments = sfs.Shape();

but it changed nothing.
Anyone has a Idea about this?

Thanks!
Author

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi,

It seems to be a bug.
The idea is to debug the algorithm and fix the pb.