View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000207 | Community | OCCT:Modeling Data | public | 2002-02-27 15:52 | 2011-12-15 17:54 |
| Reporter | Assigned To | bugmaster | |||
| Priority | none | Severity | trivial | ||
| Status | closed | Resolution | unable to reproduce | ||
| OS | All | ||||
| Fixed in Version | 5.0.0 | ||||
| Summary | 0000207: Missing faces after BRepAlgoAPI_Fuse | ||||
| Description | This 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 | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2002-02-27 15:52 | bugmaster | CC | => vtn |
| 2002-02-27 19:12 |
|
Status | new => closed |
| 2002-02-27 19:12 |
|
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 |