View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024068 | Open CASCADE | OCCT:Modeling Algorithms | public | 2013-07-12 09:57 | 2013-12-19 13:58 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 6.6.0 | ||||
Target Version | 6.7.0 | Fixed in Version | 6.7.0 | ||
Summary | 0024068: Wrong result done by projection algorithm | ||||
Description | Result of projection of some points on the face is not correct. The problem has been detected in the test case bugs modalg_2 bug23100. | ||||
Steps To Reproduce | restore [locate_data_file bug23100_qf.brep] f explode f; copy f_2 f 1. point p 100 86.6025403784439 2.25000977226544 projponf f p -min -t #proj dist = 17.999179398806056 vertex v 100 86.6025403784439 2.25000977226544 distmini d v f #the distance value is : 2.01755e-014 2. point p 100 86.6025403784439 8.2500100656622 projponf f p -min -t #proj dist = 11.999452919579852 vertex v 100 86.6025403784439 8.2500100656622 distmini d v f #the distance value is : 9.94918e-014 3. point p 100 86.602540378443891 11.249990478996615 projponf f p -min -t #proj dist = 8.9996094171556109 vertex v 100 86.602540378443891 11.249990478996615 distmini d v f #the distance value is : 2.84217e-014 | ||||
Tags | No tags attached. | ||||
Test case number | bugs moddata_3(013) bug24068 | ||||
|
The branch CR24068 is ready for reviewing. Correct usage of command "projponf" is: point p1 100 86.6025403784439 2.25000977226544 projponf f p1 |
|
Dear JGV, Please see the updated Steps To Reproduce section. |
|
Dear ifv, Please, check the current state of branch CR24068_2 to be sure it is still OK. |
|
OK |
|
Dear BugMaster, Branch CR24068_2 (and products from GIT master) was compiled on Linux and Windows platforms and tested. SHA-1: 53217f0188e697e27118933b2c7ed1bf0f46f6d4 Number of compiler warnings: occt component : Linux: 504 (506 on master) Windows: 31 (31 on master) products component : Linux: 190 (190 on master) Windows: 287 (287 on master) Regressions/Differences: only on Windows: http://occt-tests/CR24068-2-master-occt/Windows-32-VC9/summary.html bugs modalg_2(007) bug476_1, bug22109_2, bug22109_4, bug22109_5 Testing cases: http://occt-tests/CR24068-2-master-occt/Debian60-64/bugs/moddata_3/bug24068.html http://occt-tests/CR24068-2-master-occt/Windows-32-VC9/bugs/moddata_3/bug24068.html bugs moddata_3(013) bug24068: OK Testing on Linux: Total MEMORY difference: 372439920 / 366214620 Total CPU difference: 44788.7400000012 / 42280.160000000964 Testing on Windows: Total MEMORY difference: 435385732 / 428783012 Total CPU difference: 38672.9375 / 47591.6875 There are following differences in images found by testdiff. http://occt-tests/CR24068-2-master-occt/Windows-32-VC9/diff-Windows-32-VC9.html IMAGE bugs modalg_2 bug221: bug22109_2.png differs IMAGE bugs modalg_2 bug221: bug22109_4.png differs IMAGE bugs modalg_2 bug221: bug22109_5.png differs |
|
Dear ifv, Please, check the current state of branch CR24068_2 to be sure it is still OK. i changed checks according CR24134. In tests, bug476_1 - not reproduced, bug22109_2, bug22109_4, bug22109_5 - fixed. |
|
Ok |
|
Dear aml, could you please rebase branch CR24068_2 to current master, there are conflict files. |
|
Dear ifv, According to note i rebased branch to current master. please check branch CR24068_3 to be sure it is still OK. |
|
I am not sure that CR23068_3 contains all necessary modifications. |
|
Ok |
|
Dear BugMaster, Branch CR24068_3 (and products from GIT master) was compiled on Linux and Windows platforms and tested. SHA-1: f5588533196a5795ba2f1ee37a82dae8f031710a Number of compiler warnings: occt component : Linux: 423 (426 on master) Windows: 24 (24 on master) products component : Linux: 190 (190 on master) Windows: 287 (287 on master) Regressions/Differences: No regressions/differences Testing cases: http://occt-tests/CR24068-3-master-occt/Windows-32-VC9/bugs/moddata_3/bug24068.html http://occt-tests/CR24068-3-master-occt/Debian60-64/bugs/moddata_3/bug24068.html bugs moddata_3(013) bug24068: OK Testing on Linux: Total MEMORY difference: 366371048 / 366182216 Total CPU difference: 42865.02000000136 / 44692.5000000013 Testing on Windows: Total MEMORY difference: 433546924 / 433419000 Total CPU difference: 34708.765625 / 34607.078125 There are following differences in images found by testdiff. http://occt-tests/CR24068-3-master-occt/Debian60-64/diff-Debian60-64.html http://occt-tests/CR24068-3-master-occt/Windows-32-VC9/diff-Windows-32-VC9.html IMAGE sewing tol_100 J5: J5.png differs IMAGE sewing tol_100 J6: J6.png differs IMAGE sewing tol_100 K1: K1.png differs IMAGE sewing tol_0_01 F8: F8.png differs |
2013-10-03 11:39 developer |
diffs.7z (165,368 bytes) |
|
Dear ifv, I performed tests J5,J6,K1 and F8, on CR24068_3 and current master on release. I can't see any differences. May be images on tests are outdated? (Images in attached files) |
|
Dear MKV, we have not found any differences in images for CR24068_3 and our copy of current master. Please recheck image database for master, may be it is obsolete? |
|
OK. Test case bugs/moddata_3(013)/bug24068 was pushed to CR24068_3. CR24068_3 is TESTED. |
occt: master 59fcbcae 2013-10-03 10:36:41
Committer: bugmaster Details Diff |
0024068: Wrong result done by projection algorithm Corrected number of nodes needed to create tree in case of BSplineSurface on current master. Test case for issue CR24068 |
Affected Issues 0024068 |
|
mod - src/Extrema/Extrema_GenExtPS.cxx | Diff File | ||
add - tests/bugs/moddata_3/bug24068 | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-07-12 09:57 |
|
New Issue | |
2013-07-12 09:57 |
|
Assigned To | => jgv |
2013-07-15 15:39 |
|
Note Added: 0025067 | |
2013-07-15 15:39 |
|
Status | new => resolved |
2013-07-15 15:40 |
|
Assigned To | jgv => emv |
2013-08-06 11:49 |
|
Note Added: 0025243 | |
2013-08-06 11:49 |
|
Assigned To | emv => jgv |
2013-08-06 11:49 |
|
Status | resolved => assigned |
2013-08-06 11:49 |
|
Steps to Reproduce Updated | |
2013-09-16 17:01 |
|
Assigned To | jgv => aml |
2013-09-26 14:25 |
|
Note Added: 0025749 | |
2013-09-26 14:25 |
|
Assigned To | aml => ifv |
2013-09-26 14:25 |
|
Status | assigned => resolved |
2013-09-26 14:58 |
|
Note Added: 0025751 | |
2013-09-26 14:58 |
|
Status | resolved => reviewed |
2013-09-27 07:06 |
|
Assigned To | ifv => mkv |
2013-09-27 10:47 | bugmaster | Target Version | => 6.7.0 |
2013-09-27 11:37 |
|
Note Added: 0025772 | |
2013-09-27 11:38 |
|
Test case number | => bugs moddata_3(013) bug24068 |
2013-09-27 11:38 |
|
Assigned To | mkv => aml |
2013-09-27 11:38 |
|
Status | reviewed => assigned |
2013-09-30 16:05 |
|
Note Added: 0025797 | |
2013-09-30 16:05 |
|
Assigned To | aml => ifv |
2013-09-30 16:05 |
|
Status | assigned => resolved |
2013-09-30 16:12 |
|
Note Added: 0025798 | |
2013-09-30 16:12 |
|
Status | resolved => reviewed |
2013-10-01 09:54 |
|
Note Added: 0025805 | |
2013-10-01 09:54 |
|
Assigned To | ifv => aml |
2013-10-01 09:54 |
|
Status | reviewed => assigned |
2013-10-01 12:28 |
|
Note Added: 0025807 | |
2013-10-01 12:28 |
|
Assigned To | aml => ifv |
2013-10-01 12:28 |
|
Status | assigned => resolved |
2013-10-01 13:48 |
|
Note Added: 0025810 | |
2013-10-01 13:48 |
|
Status | resolved => feedback |
2013-10-01 14:09 |
|
Assigned To | ifv => aml |
2013-10-01 14:13 |
|
Note Added: 0025818 | |
2013-10-01 14:13 |
|
Assigned To | aml => ifv |
2013-10-01 14:13 |
|
Status | feedback => reviewed |
2013-10-01 14:48 |
|
Assigned To | ifv => mkv |
2013-10-02 10:02 |
|
Note Added: 0025834 | |
2013-10-02 10:03 |
|
Assigned To | mkv => aml |
2013-10-02 10:03 |
|
Status | reviewed => feedback |
2013-10-03 11:39 |
|
File Added: diffs.7z | |
2013-10-03 11:49 |
|
Note Added: 0025863 | |
2013-10-03 11:49 |
|
Assigned To | aml => ifv |
2013-10-03 11:49 |
|
Status | feedback => resolved |
2013-10-03 11:51 |
|
Note Edited: 0025863 | |
2013-10-03 12:14 |
|
Note Added: 0025867 | |
2013-10-03 12:14 |
|
Assigned To | ifv => mkv |
2013-10-03 12:14 |
|
Status | resolved => feedback |
2013-10-03 12:19 |
|
Note Added: 0025868 | |
2013-10-03 12:20 |
|
Assigned To | mkv => bugmaster |
2013-10-03 12:20 |
|
Status | feedback => tested |
2013-10-04 12:48 | bugmaster | Changeset attached | => occt master 59fcbcae |
2013-10-04 12:48 | bugmaster | Status | tested => verified |
2013-10-04 12:48 | bugmaster | Resolution | open => fixed |
2013-12-19 13:52 | bugmaster | Status | verified => closed |
2013-12-19 13:58 | bugmaster | Fixed in Version | => 6.7.0 |