DiscussionsIssue archiveOCCT:Modeling Data

Archived issue #0000207

Missing faces after BRepAlgoAPI_Fuse

CommunityOCCT:Modeling Dataclosed0 public notes

Search issues

Description

This bug has been added by Author [email removed] at
http://www.opencascade.org/forumorg/bug.php?bug_id=29&f=8 26 feb 2002.

The following sequence of operations produces an object with missing faces:

BRepPrimAPI_MakeBox box1(gp_Pnt(-1,0,0),gp_Pnt(0,3,1));
BRepPrimAPI_MakeBox box2(gp_Pnt(0,0,-1),gp_Pnt(1,2,0));
BRepPrimAPI_MakeBox box3(gp_Pnt(-1,0,-1),gp_Pnt(0,1,0));

TopoDS_Shape shape = box1;
shape = BRepAlgoAPI_Fuse(shape,box2);
shape = BRepAlgoAPI_Fuse(shape,box3);

// Final shape has missing faces

Public activity

No public notes

Participants are labeled by their role within this record.