View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023386 | Community | OCCT:Modeling Algorithms | public | 2012-08-17 01:27 | 2017-07-31 17:46 |
Reporter | Aaron Michalk | Assigned To | bugmaster | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | VC++ 2008 | ||
Product Version | 6.5.3 | ||||
Fixed in Version | 7.0.0 | ||||
Summary | 0023386: BRepAlgoAPI_Fuse on two disjoint shapes sometimes loses all geometry from one of the shapes | ||||
Description | Sometimes BRepAlgoAPI_Fuse will correctly return a compound of two disjoint shapes that are input. The attached file contains two .brep files that when sent to BRepAlgoAPI_Fuse results in geometry equal to only the b.brep. | ||||
Steps To Reproduce | BRep_Builder builder; TopoDS_Shape a, b; BRepTools::Read(a, std::ifstream("a.brep", builder); BRepTools::Read(b, std::ifstream("b.brep", builder); TopoDS_Shape c = BRepAlgoAPI_Fuse(a, b); // c does not have any geometry from a. | ||||
Tags | No tags attached. | ||||
Test case number | bugs modalg_7 bug23386 | ||||
|
ab.zip (42,589 bytes) |
|
Branch CR23386 has been created by mkv. SHA-1: 8b189aef7541b213aa40fb0af894b3ebd6446b67 Detailed log of new commits: Author: mkv Date: Thu Jul 20 19:37:28 2017 +0300 Test for 0023386: BRepAlgoAPI_Fuse on two disjoint shapes sometimes loses all geometry from one of the shapes |
|
Problem described in issue is not reproduced on current state of OCCT. |
|
Branch CR23386 has been deleted by kgv. SHA-1: 8b189aef7541b213aa40fb0af894b3ebd6446b67 |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-08-17 01:27 | Aaron Michalk | New Issue | |
2012-08-17 01:27 | Aaron Michalk | Assigned To | => jgv |
2012-08-17 01:27 | Aaron Michalk | File Added: ab.zip | |
2017-07-20 19:54 | git | Note Added: 0068519 | |
2017-07-20 19:55 |
|
Note Added: 0068520 | |
2017-07-20 19:55 |
|
Assigned To | jgv => bugmaster |
2017-07-20 19:55 |
|
Status | new => feedback |
2017-07-20 19:55 |
|
Status | feedback => tested |
2017-07-20 19:56 |
|
Test case number | => bugs modalg_7 bug23386 |
2017-07-21 16:40 | bugmaster | Status | tested => closed |
2017-07-21 16:40 | bugmaster | Resolution | open => fixed |
2017-07-21 16:40 | bugmaster | Fixed in Version | => 7.0.0 |
2017-07-31 17:46 | git | Note Added: 0068929 |