View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0025994 | Community | OCCT:Modeling Algorithms | public | 2015-03-31 16:29 | 2017-08-08 13:11 |
| Reporter | Vico Liang | Assigned To | bugmaster | ||
| Priority | normal | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Platform | Windows | OS | VC++ 2013 | ||
| Target Version | 7.3.0 | Fixed in Version | 7.0.0 | ||
| Summary | 0025994: Boolean fuse result in invalid result. | ||||
| Description | There are two solids in file body.brep and wing.brep, load them from the files. The code snippet to do the boolean fuse operation are as below: TopoDS_Shape aBody = ... TopoDS_Shape aWing = ... BRepAlgoAPI_Fuse aMakeFuse(aBody, aWing); The generated result can pass check of following but the result is invalid: BRepCheck_Analyzer aCheck(aMakeFuse.Shape()); | ||||
| Steps To Reproduce | restore body.brep b restore wing.brep w bfuse r b w checkshape r | ||||
| Tags | No tags attached. | ||||
| Test case number | bugs modalg_7 bug25994 | ||||
|
|
|
body.brep (318,813 bytes) |
|
|
wing.brep (140,190 bytes) |
|
|
body_wing.png (65,696 bytes) |
|
|
body_wing_fuse_bug.png (73,802 bytes) |
|
|
Indeed, result looks ugly. However, in the current master version BRepCheck_Analyzer gives the error "BRepCheck_BadOrientationOfSubshape". |
|
|
Dear BugMaster, Problem described in issue is not reproduced on current state of OCCT. Problem has been solved in OCCT7.0.0. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-03-31 16:29 | Vico Liang | New Issue | |
| 2015-03-31 16:29 | Vico Liang | Assigned To | => msv |
| 2015-03-31 16:30 | Vico Liang | File Added: body.brep | |
| 2015-03-31 16:31 | Vico Liang | File Added: wing.brep | |
| 2015-03-31 16:32 | Vico Liang | File Added: body_wing.png | |
| 2015-03-31 16:32 | Vico Liang | File Added: body_wing_fuse_bug.png | |
| 2015-03-31 17:18 |
|
Note Added: 0039049 | |
| 2015-03-31 17:18 |
|
Steps to Reproduce Updated | |
| 2015-04-10 10:16 |
|
Target Version | 6.8.0 => 6.9.0 |
| 2015-04-13 23:44 |
|
Target Version | 6.9.0 => 7.1.0 |
| 2016-10-28 17:52 |
|
Target Version | 7.1.0 => 7.2.0 |
| 2017-07-21 11:22 |
|
Target Version | 7.2.0 => 7.3.0 |
| 2017-08-08 13:10 |
|
Assigned To | msv => apv |
| 2017-08-08 13:10 |
|
Status | new => feedback |
| 2017-08-08 13:11 |
|
Test case number | => bugs modalg_7 bug25994 |
| 2017-08-08 13:11 |
|
Note Added: 0069198 | |
| 2017-08-08 13:11 |
|
Assigned To | apv => bugmaster |
| 2017-08-08 13:11 |
|
Status | feedback => closed |
| 2017-08-08 13:11 |
|
Resolution | open => fixed |
| 2017-08-08 13:11 |
|
Fixed in Version | => 7.0.0 |