View Issue Details

IDProjectCategoryView StatusLast Update
0026673Open CASCADEOCCT:Modeling Algorithmspublic2016-12-09 16:39
ReportermsvAssigned Toapn  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version6.9.0 
Target Version7.1.0Fixed in Version7.1.0 
Summary0026673: BOPTools_AlgoTools::ComputeVV incorrectly checks two vertices for intersection
DescriptionThis 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 Reproducebox 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
TagsNo tags attached.
Test case numberbugs modalg_6 bug26673

Activities

git

2016-10-28 18:20

administrator   ~0059376

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.

msv

2016-10-28 18:21

developer   ~0059377

This bug is not reproduced in current master.
I have created test case in the branch CR26673.

msv

2016-10-28 18:22

developer   ~0059378

Please integrate the test case and close the bug.

apv

2016-11-02 13:56

tester   ~0059782

Test case has been verified

git

2016-12-07 11:25

administrator   ~0061178

Branch CR26673 has been deleted by kgv.

SHA-1: 77dee825340b8bcf6d97a401a5e18a4e06a4b3c4

Related Changesets

occt: master ff1541f1

2016-10-28 15:20:03

msv


Committer: apn Details Diff
0026673: BOPTools_AlgoTools::ComputeVV incorrectly checks two vertices for intersection

Test case has been created.
Affected Issues
0026673
add - tests/bugs/modalg_6/bug26673 Diff File

Issue History

Date Modified Username Field Change
2015-09-10 09:49 msv New Issue
2015-09-10 09:49 msv Assigned To => pkv
2015-09-10 09:50 msv Status new => assigned
2016-10-28 18:20 git Note Added: 0059376
2016-10-28 18:21 msv Assigned To pkv => msv
2016-10-28 18:21 msv Note Added: 0059377
2016-10-28 18:21 msv Status assigned => resolved
2016-10-28 18:22 msv Note Added: 0059378
2016-10-28 18:22 msv Assigned To msv => bugmaster
2016-10-28 18:22 msv Status resolved => reviewed
2016-11-02 13:52 apv Assigned To bugmaster => apv
2016-11-02 13:52 apv Test case number => bugs modalg_6 bug26673
2016-11-02 13:56 apv Note Added: 0059782
2016-11-02 13:56 apv Assigned To apv => bugmaster
2016-11-02 13:56 apv 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 aiv Status verified => closed
2016-12-09 16:39 aiv Fixed in Version => 7.1.0