View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0026673 | Open CASCADE | OCCT:Modeling Algorithms | public | 2015-09-10 09:49 | 2016-12-09 16:39 |
Reporter | Assigned To | apn | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 6.9.0 | ||||
Target Version | 7.1.0 | Fixed in Version | 7.1.0 | ||
Summary | 0026673: BOPTools_AlgoTools::ComputeVV incorrectly checks two vertices for intersection | ||||
Description | This method uses the condition: D(P(V1), P(V2)) <= Tol(V1)+Tol(V2) But must use the following: D(P(V1), P(V2)) <= Tol(V1)+Tol(V2)+Precision::Confusion() So, if we create a box with height equal to 2e-7+1e-14 the self-intersection checker must report an error. But now it does not report such error. | ||||
Steps To Reproduce | box b -1 -1 0 2 2 2e-7+1e-14 bopargcheck b /RFPCS #F Output: Shape(s) seem(s) to be valid for BOP. Must have the line: Self-Intersections : YES | ||||
Tags | No tags attached. | ||||
Test case number | bugs modalg_6 bug26673 | ||||
|
Branch CR26673 has been created by msv. SHA-1: 77dee825340b8bcf6d97a401a5e18a4e06a4b3c4 Detailed log of new commits: Author: msv Date: Fri Oct 28 18:20:03 2016 +0300 0026673: BOPTools_AlgoTools::ComputeVV incorrectly checks two vertices for intersection Test case has been created. |
|
This bug is not reproduced in current master. I have created test case in the branch CR26673. |
|
Please integrate the test case and close the bug. |
|
Test case has been verified |
|
Branch CR26673 has been deleted by kgv. SHA-1: 77dee825340b8bcf6d97a401a5e18a4e06a4b3c4 |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-09-10 09:49 |
|
New Issue | |
2015-09-10 09:49 |
|
Assigned To | => pkv |
2015-09-10 09:50 |
|
Status | new => assigned |
2016-10-28 18:20 | git | Note Added: 0059376 | |
2016-10-28 18:21 |
|
Assigned To | pkv => msv |
2016-10-28 18:21 |
|
Note Added: 0059377 | |
2016-10-28 18:21 |
|
Status | assigned => resolved |
2016-10-28 18:22 |
|
Note Added: 0059378 | |
2016-10-28 18:22 |
|
Assigned To | msv => bugmaster |
2016-10-28 18:22 |
|
Status | resolved => reviewed |
2016-11-02 13:52 |
|
Assigned To | bugmaster => apv |
2016-11-02 13:52 |
|
Test case number | => bugs modalg_6 bug26673 |
2016-11-02 13:56 |
|
Note Added: 0059782 | |
2016-11-02 13:56 |
|
Assigned To | apv => bugmaster |
2016-11-02 13:56 |
|
Status | reviewed => tested |
2016-11-03 17:10 | apn | Changeset attached | => occt master ff1541f1 |
2016-11-03 17:10 | apn | Assigned To | bugmaster => apn |
2016-11-03 17:10 | apn | Status | tested => verified |
2016-11-03 17:10 | apn | Resolution | open => fixed |
2016-12-07 11:25 | git | Note Added: 0061178 | |
2016-12-09 16:30 |
|
Status | verified => closed |
2016-12-09 16:39 |
|
Fixed in Version | => 7.1.0 |