View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0026420 | Open CASCADE | OCCT:Modeling Algorithms | public | 2015-07-10 18:43 | 2015-10-23 20:50 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | VC++ 2013 | ||
Product Version | 6.9.0 | ||||
Target Version | 6.9.1 | Fixed in Version | 6.9.1 | ||
Summary | 0026420: BOPAlgo_Builder resets "Closed" flag in the result | ||||
Description | When I split a closed shape by another shape of smaller order the obtained shape is topologically closed but without the flag Closed. | ||||
Steps To Reproduce | # for wire polyline pp 0 4 0 7 4 0 7 6 0 0 6 0 0 4 0 vertex v0 5 4 0 vertex v1 4 6 0 bclearobjects bcleartools baddobjects v0 v1 pp bfillds bbuild r explode r w whatis r_1 # should be closed polyline pp 0 4 0 7 4 0 7 6 0 0 6 0 0 4 0 mkplane ff pp vertex v0 5 4 0 vertex v1 4 6 0 bclearobjects bcleartools baddobjects v0 v1 ff bfillds bbuild r explode r w whatis r_1 # should be closed # for shell: box bb 0 0 0 5 5 5 explode bb sh polyline pp -1 -1 2 -1 6 2 6 6 2 6 -1 2 -1 -1 2 mkplane pl pp baddobjects pl bb_1 bfillds bbuild r # should be closed explode r sh whatis r_1 | ||||
Tags | No tags attached. | ||||
Test case number | bugs modalg_6 bug26420_1, bug26420_2, bug26420_3 | ||||
|
Branch CR26420 has been created by emv. SHA-1: cde736658ef63983e52e1559d68e669a050cbae6 Detailed log of new commits: Author: emv Date: Thu Jul 23 17:13:09 2015 +0300 0026420: BOPAlgo_Builder resets "Closed" flag in the result Set flag Closed to new Wires and Shells created in General Fuse algorithm if necessary. |
|
Dear Mikhail, please review the git branch CR26420. |
|
Reviewed. |
|
Branch CR26420 has been updated by apv. SHA-1: bf351d96c34ce11cb1c62623c9e1c9d562163c25 Detailed log of new commits: Author: apv Date: Mon Jul 27 15:18:41 2015 +0300 Test-cases for issue 0026420 |
|
Dear BugMaster, Branch CR26420 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested. SHA-1: cde736658ef63983e52e1559d68e669a050cbae6 Number of compiler warnings: occt component: Linux: 15 (15 on master) Windows: 0 (0 on master) products component: Linux: 39 (39 on master) Windows: 0 (0 on master) Regressions/Differences: Not detected Testing cases: bugs modalg_6 bug26420_1 - OK http://occt-tests/CR26420-master-occt-64/Debian70-64/bugs/modalg_6/bug26420_1.html http://occt-tests/CR26420-master-occt-64/Windows-64-VC10/bugs/modalg_6/bug26420_1.html bugs modalg_6 bug26420_2 - OK http://occt-tests/CR26420-master-occt-64/Debian70-64/bugs/modalg_6/bug26420_2.html http://occt-tests/CR26420-master-occt-64/Windows-64-VC10/bugs/modalg_6/bug26420_2.html bugs modalg_6 bug26420_3 - OK http://occt-tests/CR26420-master-occt-64/Debian70-64/bugs/modalg_6/bug26420_3.html http://occt-tests/CR26420-master-occt-64/Windows-64-VC10/bugs/modalg_6/bug26420_3.html Testing on Linux: Total MEMORY difference: 99772377 / 99904520 [-0.13%] Total CPU difference: 17540.549999999566 / 17412.319999999432 [+0.74%] Testing on Windows: Total MEMORY difference: 57609443 / 58165373 [-0.96%] Total CPU difference: 15925.393285199012 / 16718.939171999198 [-4.75%] |
|
Branch CR26420 has been deleted by inv. SHA-1: bf351d96c34ce11cb1c62623c9e1c9d562163c25 |
occt: master c5d8782c 2015-07-29 12:29:42
Committer: bugmaster Details Diff |
0026420: BOPAlgo_Builder resets "Closed" flag in the result Set flag Closed to new Wires and Shells created in General Fuse algorithm if necessary. Test-cases for issue 0026420 |
Affected Issues 0026420 |
|
mod - src/BOPAlgo/BOPAlgo_BuilderFace.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_Builder_1.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_WireSplitter.lxx | Diff File | ||
add - tests/bugs/modalg_6/bug26420_1 | Diff File | ||
add - tests/bugs/modalg_6/bug26420_2 | Diff File | ||
add - tests/bugs/modalg_6/bug26420_3 | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-07-10 18:43 |
|
New Issue | |
2015-07-10 18:43 |
|
Assigned To | => msv |
2015-07-10 18:48 |
|
Assigned To | msv => emv |
2015-07-10 18:48 |
|
Status | new => assigned |
2015-07-10 18:48 |
|
Target Version | 7.0.0 => 7.1.0 |
2015-07-23 17:13 | git | Note Added: 0043355 | |
2015-07-23 17:15 |
|
Note Added: 0043356 | |
2015-07-23 17:15 |
|
Assigned To | emv => msv |
2015-07-23 17:15 |
|
Status | assigned => resolved |
2015-07-23 17:15 |
|
Steps to Reproduce Updated | |
2015-07-23 17:48 |
|
Note Added: 0043362 | |
2015-07-23 17:48 |
|
Assigned To | msv => bugmaster |
2015-07-23 17:48 |
|
Status | resolved => reviewed |
2015-07-24 16:50 |
|
Assigned To | bugmaster => apv |
2015-07-27 15:18 | git | Note Added: 0043587 | |
2015-07-27 15:19 |
|
Test case number | => bugs modalg_6 bug26420_1, bug26420_2, bug26420_3 |
2015-07-27 15:56 |
|
Note Added: 0043593 | |
2015-07-27 15:56 |
|
Assigned To | apv => bugmaster |
2015-07-27 15:56 |
|
Status | reviewed => tested |
2015-07-31 12:31 | bugmaster | Changeset attached | => occt master c5d8782c |
2015-07-31 12:31 | bugmaster | Status | tested => verified |
2015-07-31 12:31 | bugmaster | Resolution | open => fixed |
2015-07-31 14:44 | bugmaster | Target Version | 7.1.0 => 7.0.0 |
2015-08-14 10:53 | git | Note Added: 0044152 | |
2015-08-26 11:04 |
|
Target Version | 7.0.0 => 6.9.1 |
2015-10-16 14:56 |
|
Status | verified => closed |
2015-10-23 20:50 |
|
Fixed in Version | => 6.9.1 |