View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023068 | Open CASCADE | OCCT:Modeling Algorithms | public | 2012-04-04 17:41 | 2019-09-26 13:18 |
Reporter | Assigned To | ||||
Priority | none | Severity | minor | ||
Status | assigned | Resolution | open | ||
Platform | A | OS | L | ||
Product Version | 6.7.0 | ||||
Summary | 0023068: Offsets are made with errors on offset test. | ||||
Description | Some tests on grid offset produce incorrect and unstable results. Bug was registered in order to put TODO note in testcase | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0029133 | closed | bugmaster | Open CASCADE | Unstable test cases |
parent of | 0023190 | assigned | Open CASCADE | offset Draw command raise exception "Offset with no C1 Surface" | |
related to | 0031005 | new | Open CASCADE | Modeling Algorithms - Offset wire algorithm is unstable | |
Not all the children of this issue are yet resolved or closed. |
|
unstable test case (found on IR-2012-08-10-master): offset faces_type_i E9 modified test case is attached |
|
E9 (975 bytes) |
|
Problem test cases: bugs modalg_2 bug427_6 offset compshape A1 A3 - UNSTABLE offset faces_type_i B2 B8 B9 C4 - UNSTABLE offset shape_type_i B3 C7 - UNSTABLE |
|
offset wire_closed_inside_0_025 G4 offset wire_closed_inside_0_075 G4 The problem can be fixed by correction of MAT2d_Tool2d::TrimBisector(...) method (MAT2d_Tool2d.cxx, line 496 on remotes/origin/IR-2018-01-26 GIT-branch). E.g. current code if (param > bisector->BasisCurve()->LastParameter()) { param = bisector->BasisCurve()->LastParameter(); } should be replaced with if (param > bisector->LastParameter()) { param = bisector->LastParameter(); } This way has been detected while analyzing the problem in the issue 0029115. However, this solution is not a good fix and leads to additional regressions. But please take into account this message when debugging these tests. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-04-04 17:41 |
|
New Issue | |
2012-04-04 17:41 |
|
Assigned To | => jgv |
2012-06-04 17:49 |
|
Relationship added | parent of 0023190 |
2012-06-20 16:12 |
|
Description Updated | |
2012-08-13 14:01 | apn | Note Added: 0021234 | |
2012-08-13 14:02 | apn | File Added: E9 | |
2012-11-14 15:23 |
|
Assigned To | jgv => nbv |
2015-03-12 18:26 | apn | Note Added: 0038302 | |
2015-03-13 12:10 | apn | Note Edited: 0038302 | |
2015-03-13 12:11 | apn | Status | new => assigned |
2015-03-13 12:11 | apn | Product Version | 6.5.2 => 6.7.0 |
2015-03-13 12:11 | apn | Description Updated | |
2017-11-16 14:15 | bugmaster | Relationship added | related to 0029133 |
2018-02-01 13:35 |
|
Note Added: 0073711 | |
2019-09-26 13:18 |
|
Relationship added | related to 0031005 |