View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0026918 | Open CASCADE | OCCT:Modeling Algorithms | public | 2015-11-24 10:29 | 2016-12-09 16:37 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Target Version | 7.1.0 | Fixed in Version | 7.1.0 | ||
Summary | 0026918: GeomLib_CheckCurveOnSurface cannot compute distance if 3D-curve is periodic | ||||
Description | The reason is in the method GeomLib_CheckCurveOnSurface::Perform(...). Check if( (myCurve->FirstParameter() > myFirst) || (myCurve->LastParameter() < myLast) || (thePCurve->FirstParameter() > myFirst) || (thePCurve->LastParameter() < myLast)) { myErrorStatus = 2; return; } Sometimes, on periodic curves this condition returns TRUE (see Steps To Reproduce). | ||||
Steps To Reproduce | test bugs modalg_2 bug22967 explode result f explode result_1 e xdistef result_1_1 result_1 #Tolerance cannot be computed explode result_2 e xdistef result_2_3 result_2 #Tolerance cannot be computed explode result_3 e xdistef result_3_2 result_3 #Tolerance cannot be computed xdistef result_3_3 result_3 #Tolerance cannot be computed explode result_4 e xdistef result_4_1 result_4 #Tolerance cannot be computed explode result_5 e xdistef result_5_1 result_5 #Tolerance cannot be computed | ||||
Tags | No tags attached. | ||||
Test case number | bugs modalg_2 bug22967 | ||||
|
Dear Mikhail, The problem is not reproduced on the current MASTER. |
|
Please create test case. |
|
Branch CR26918 has been created by nbv. SHA-1: 0d7e463ecbdc334bc954253dc2ae005143c63d1e Detailed log of new commits: Author: nbv Date: Tue Apr 12 18:16:00 2016 +0300 0026918: GeomLib_CheckCurveOnSurface cannot compute distance if 3D-curve is periodic Creation of test case for this issue. |
|
Dear Mikhail, Please review CR26918 branch. |
|
Reviewed. Dear bugmaster, please check the test case and integrate. |
|
Dear BugMaster, following test case is good bugs modalg_2 bug22967: BAD (known problem) |
|
Dear BugMaster, Branch CR26918 is TESTED. |
|
Branch CR26918 has been deleted by kgv. SHA-1: 0d7e463ecbdc334bc954253dc2ae005143c63d1e |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-11-24 10:29 |
|
New Issue | |
2015-11-24 10:29 |
|
Assigned To | => msv |
2016-04-08 11:06 |
|
Steps to Reproduce Updated | |
2016-04-08 11:08 |
|
Note Added: 0052512 | |
2016-04-08 11:08 |
|
Status | new => resolved |
2016-04-12 17:14 |
|
Note Added: 0052633 | |
2016-04-12 17:14 |
|
Assigned To | msv => nbv |
2016-04-12 17:14 |
|
Status | resolved => assigned |
2016-04-12 18:16 | git | Note Added: 0052639 | |
2016-04-12 18:16 |
|
Note Added: 0052640 | |
2016-04-12 18:16 |
|
Assigned To | nbv => msv |
2016-04-12 18:16 |
|
Status | assigned => resolved |
2016-04-13 00:49 |
|
Note Added: 0052656 | |
2016-04-13 00:49 |
|
Assigned To | msv => bugmaster |
2016-04-13 00:49 |
|
Status | resolved => reviewed |
2016-04-13 10:49 |
|
Assigned To | bugmaster => mkv |
2016-04-13 17:03 |
|
Note Added: 0052677 | |
2016-04-13 17:04 |
|
Note Added: 0052678 | |
2016-04-13 17:04 |
|
Assigned To | mkv => bugmaster |
2016-04-13 17:04 |
|
Status | reviewed => tested |
2016-04-13 17:04 |
|
Test case number | => bugs modalg_2 bug22967 |
2016-04-15 12:16 | bugmaster | Changeset attached | => occt master 309bad28 |
2016-04-15 12:16 | bugmaster | Status | tested => verified |
2016-04-15 12:16 | bugmaster | Resolution | open => fixed |
2016-04-17 14:31 | git | Note Added: 0053187 | |
2016-12-09 16:33 |
|
Status | verified => closed |
2016-12-09 16:37 |
|
Fixed in Version | => 7.1.0 |