Thu, 02/15/2007 - 01:12
Forums:
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!
Markus
Thu, 02/15/2007 - 12:13
Hi,
It seems to be a bug.
The idea is to debug the algorithm and fix the pb.