View Issue Details

IDProjectCategoryView StatusLast Update
0000207CommunityOCCT:Modeling Datapublic2011-12-15 17:54
ReporteremoAssigned Tobugmaster  
PrioritynoneSeveritytrivial 
Status closedResolutionunable to reproduce 
OSAll 
Fixed in Version5.0.0 
Summary0000207: Missing faces after BRepAlgoAPI_Fuse
DescriptionThis bug has been added by Manuel Gamito mag@iscte.pt 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
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2002-02-27 15:52 bugmaster CC => vtn
2002-02-27 19:12 vtn Status new => closed
2002-02-27 19:12 vtn Resolution @0@ => unable to reproduce
2011-08-02 11:32 bugmaster Category OCCT:MOD => OCCT:Modeling Data
2011-12-15 17:54 bugmaster Project Open CASCADE => Community