Anonymous | Login | 2021-01-25 01:24 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0023386 | Community | [OCCT] 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 | OS Version | 32 bit | ||||
Product Version | [OCCT] 6.5.3 | ||||||||
Target Version | Fixed in Version | [OCCT] 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 | ||||||||
Attached Files | ![]() | ||||||||
![]() |
|
(0068519) git (administrator) 2017-07-20 19:54 |
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 |
(0068520) mkv (tester) 2017-07-20 19:55 |
Problem described in issue is not reproduced on current state of OCCT. |
(0068929) git (administrator) 2017-07-31 17:46 |
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 | mkv | Note Added: 0068520 | |
2017-07-20 19:55 | mkv | Assigned To | jgv => bugmaster |
2017-07-20 19:55 | mkv | Status | new => feedback |
2017-07-20 19:55 | mkv | Status | feedback => tested |
2017-07-20 19:56 | mkv | 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 |
Copyright © 2000 - 2021 MantisBT Team |