View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0025192 | Open CASCADE | OCCT:Modeling Algorithms | public | 2014-08-26 15:13 | 2014-11-11 12:58 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Target Version | 6.8.0 | Fixed in Version | 6.8.0 | ||
Summary | 0025192: Unification of LineConstructor algoritms used by GeomInt_IntSS and BOP | ||||
Description | GeomInt_IntSS uses GeomInt_LineContrsuctor while BOP uses IntTools_LineConstructor which differs much. It is necessary to unify them. | ||||
Steps To Reproduce | restore s1.brep s1 restore s2.brep s2 intersect ii s1 s2 | ||||
Additional information and documentation updates | Class IntTools_LineConstructor is deleted, its instance is moved to GeomInt_LineConstructor, now use only this one. Method AdjustPeriodic is moved from IntTools_Tools to GeomInt. | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Branch CR25192 has been created by jgv. SHA-1: a1b4e6b05bad3b2ad922beef2351f4e098af3e6b Detailed log of new commits: Author: jgv Date: Tue Aug 26 16:06:55 2014 +0400 0025192: Unification of LineConstructor algoritms used by GeomInt_IntSS and BOP |
|
The branch CR25192 is ready for testing. It is intermediate version. |
|
Dear BugMaster, Branch CR25192 from occt git-repository (and master from products git-repository) was compiled on Linux and Windows platforms and tested. SHA-1: a1b4e6b05bad3b2ad922beef2351f4e098af3e6b Number of compiler warnings: occt component : Linux: 15 (15 on master) Windows: 0 (0 on master) products component : Linux: 11 (11 on master) Windows: 1 (1 on master) Regressions/Differences: http://occt-tests/CR25192-master-occt/Debian60-64/bugs/modalg_5/bug24472.html http://occt-tests/CR25192-master-occt/Windows-32-VC10/bugs/modalg_5/bug24472.html bugs modalg_5(010) bug24472: FAILED Testing cases: Not needed Testing on Linux: occt component : Total MEMORY difference: 353139144 / 353266732 Total CPU difference: 45344.729999999974 / 44447.470000000074 products component : Total MEMORY difference: 110102128 / 110151972 Total CPU difference: 19673.620000000028 / 17587.009999999977 Testing on Windows: occt component : Total MEMORY difference: 241339768 / 241026580 Total CPU difference: 46786.0 / 40163.6875 products component : Total MEMORY difference: 66618228 / 66474236 Total CPU difference: 16981.765625 / 15955.59375 There are no differences in images found by testdiff |
|
Branch CR25192_1 has been created by jgv. SHA-1: 68d97176ff152c118787f1629c8772b2323cd729 Detailed log of new commits: Author: jgv Date: Fri Aug 29 15:16:50 2014 +0400 0025192: Unification of LineConstructor algorithms used by GeomInt_IntSS and BOP |
|
Please review the branch CR25192_1. |
2014-08-29 15:26 developer |
s1.brep (146 bytes) |
2014-08-29 15:26 developer |
s2.brep (149 bytes) |
|
Branch CR25192_1 has been updated by jgv. SHA-1: 7a6632d31ecb0a334712ec14375e2a7696600391 Detailed log of new commits: Author: jgv Date: Fri Aug 29 15:49:06 2014 +0400 Small correction. |
|
Reviewed, please test. |
|
Dear BugMaster, Branch CR25192_1 from occt git-repository (and master from products git-repository) was compiled on Linux and Windows platforms and tested. SHA-1: 7a6632d31ecb0a334712ec14375e2a7696600391 Number of compiler warnings: occt component : Linux: 15 (15 on master) Windows: 2 (2 on master) products component : Linux: 11 (11 on master) Windows: 1 (1 on master) Regressions/Differences: http://occt-tests/CR25192-1-master-occt/Debian60-64/bugs/modalg_5/bug24472.html http://occt-tests/CR25192-1-master-occt/Windows-32-VC10/bugs/modalg_5/bug24472.html bugs modalg_5(010) bug24472: FAILED Testing cases: Not needed Testing on Linux: occt component : Total MEMORY difference: 353471888 / 353600292 Total CPU difference: 45939.32999999986 / 44777.85999999998 products component : Total MEMORY difference: 108971028 / 109121320 Total CPU difference: 19552.999999999978 / 17198.60000000002 Testing on Windows: occt component : Total MEMORY difference: 241322984 / 241448760 Total CPU difference: 30988.609375 / 34872.0625 products component : Total MEMORY difference: 66432568 / 66443580 Total CPU difference: 10685.875 / 10981.609375 There are no differences in images found by testdiff. |
|
Dear Mikhail, Please update the values of command "xdist" for bugs modalg_5(010) bug24472. The case is valid (bop commands work correct). |
|
Branch CR25192_1 has been updated by mkv. SHA-1: 6e4fc683ad3f97ee67905b9fbef6ac9c5b348acc Detailed log of new commits: Author: mkv Date: Mon Sep 1 19:53:04 2014 +0400 Correction of test case bug/modalg_5/bug24472 |
|
Now test case bugs/modalg_5(010)/bug24472 is OK. |
|
Branch CR25192 has been deleted by inv. SHA-1: a1b4e6b05bad3b2ad922beef2351f4e098af3e6b |
|
Branch CR25192_1 has been deleted by inv. SHA-1: 6e4fc683ad3f97ee67905b9fbef6ac9c5b348acc |
occt: master 2a78ec6a 2014-09-04 09:49:45
Committer: bugmaster Details Diff |
0025192: Unification of LineConstructor algorithms used by GeomInt_IntSS and BOP Small correction. Correction of test case bug/modalg_5/bug24472 |
Affected Issues 0025192 |
|
mod - src/BOPTools/BOPTools_AlgoTools2D.cxx | Diff File | ||
mod - src/GeomInt/GeomInt.cdl | Diff File | ||
add - src/GeomInt/GeomInt.cxx | Diff File | ||
mod - src/GeomInt/GeomInt_LineConstructor.cdl | Diff File | ||
mod - src/GeomInt/GeomInt_LineConstructor.cxx | Diff File | ||
mod - src/IntTools/IntTools.cdl | Diff File | ||
mod - src/IntTools/IntTools_BeanFaceIntersector.cxx | Diff File | ||
mod - src/IntTools/IntTools_FaceFace.cdl | Diff File | ||
mod - src/IntTools/IntTools_FaceFace.cxx | Diff File | ||
mod - src/IntTools/IntTools_FClass2d.cxx | Diff File | ||
rm - src/IntTools/IntTools_LineConstructor.cdl | Diff File | ||
rm - src/IntTools/IntTools_LineConstructor.cxx | Diff File | ||
rm - src/IntTools/IntTools_LineConstructor.lxx | Diff File | ||
mod - src/IntTools/IntTools_Tools.cdl | Diff File | ||
mod - src/IntTools/IntTools_Tools.cxx | Diff File | ||
mod - tests/bugs/modalg_5/bug24472 | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-08-26 15:13 |
|
New Issue | |
2014-08-26 15:13 |
|
Assigned To | => ifv |
2014-08-26 15:13 |
|
Assigned To | ifv => jgv |
2014-08-26 16:07 | git | Note Added: 0031099 | |
2014-08-26 16:11 |
|
Note Added: 0031100 | |
2014-08-26 16:11 |
|
Status | new => resolved |
2014-08-26 16:11 |
|
Status | resolved => reviewed |
2014-08-26 16:11 |
|
Assigned To | jgv => mkv |
2014-08-27 16:28 |
|
Note Added: 0031127 | |
2014-08-27 16:28 |
|
Test case number | => Not needed |
2014-08-27 16:28 |
|
Assigned To | mkv => jgv |
2014-08-27 16:28 |
|
Status | reviewed => assigned |
2014-08-29 15:17 | git | Note Added: 0031192 | |
2014-08-29 15:19 |
|
Note Added: 0031193 | |
2014-08-29 15:19 |
|
Status | assigned => resolved |
2014-08-29 15:19 |
|
Assigned To | jgv => emv |
2014-08-29 15:26 |
|
File Added: s1.brep | |
2014-08-29 15:26 |
|
File Added: s2.brep | |
2014-08-29 15:27 |
|
Steps to Reproduce Updated | |
2014-08-29 15:33 |
|
Additional Information Updated | |
2014-08-29 15:49 | git | Note Added: 0031195 | |
2014-08-29 16:18 |
|
Note Added: 0031196 | |
2014-08-29 16:18 |
|
Assigned To | emv => mkv |
2014-08-29 16:18 |
|
Status | resolved => reviewed |
2014-09-01 17:23 |
|
Note Added: 0031236 | |
2014-09-01 17:23 |
|
Assigned To | mkv => jgv |
2014-09-01 17:23 |
|
Status | reviewed => assigned |
2014-09-01 17:53 |
|
Note Added: 0031242 | |
2014-09-01 17:53 |
|
Status | assigned => feedback |
2014-09-01 17:53 |
|
Assigned To | jgv => mkv |
2014-09-01 19:53 | git | Note Added: 0031249 | |
2014-09-01 19:54 |
|
Assigned To | mkv => bugmaster |
2014-09-01 19:54 |
|
Status | feedback => tested |
2014-09-01 19:54 |
|
Note Added: 0031250 | |
2014-09-05 14:09 | bugmaster | Changeset attached | => occt master 2a78ec6a |
2014-09-05 14:09 | bugmaster | Status | tested => verified |
2014-09-05 14:09 | bugmaster | Resolution | open => fixed |
2014-09-08 15:52 | git | Note Added: 0031484 | |
2014-09-08 15:52 | git | Note Added: 0031485 | |
2014-09-11 10:57 | bugmaster | Target Version | => 6.8.0 |
2014-11-11 12:45 |
|
Fixed in Version | => 6.8.0 |
2014-11-11 12:58 |
|
Status | verified => closed |