DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0022846

Following from issue 0022804 (regression on test case)

Open CASCADEOCCT:Modeling Algorithmsclosed6 public notes

Search issues

Description

Regression on test case chl/917/A7
checkshape is bad because after sewing tolerance of is vertex increased greatly

Public activity

6 archived notes

Participants are labeled by their role within this record.

01Commenter 1
SVN branch http://svn/svn/occt/branches/OCC22846 (revision 9805) is ready to be reviewed

02Commenter 2
It will be better to add boolean flag defining that minimal tolerance was specified and use it instead of lines (for double values it is dangerous)

if (!aMinTol)
    aMinTol = aTol*1e-4;

2. It is necessary to merge branch wit trunk:

file IFSelect_WorkSession.cxx
03Commenter 3
Dear Commenter 1,
Workbench KAS:dev:mkv-22846-occt was created from SVN branch http://svn/svn/occt/branches/OCC22846
(and mkv-22846-products from trunk) and compiled on Linux platform.

Test case for this bug is chl/917/A7. It is OK.

There are following differences/regressions in mkv-22846-products regarding to KAS:dev:products-21111216-opt
chl 934 F6 K7 K8 K9

See results in /QADisk/occttests/results/KAS/dev/mkv-22846-products_22122011/lin
See reference results in /QADisk/occttests/results/KAS/dev/products-20111216-opt_17122011/lin
See test cases in /QADisk/occttests/tests/ED
N.B. In order to launch testing case you can make use the following instructions
http://doc/doku.php?id=occt:certification
04Commenter 4
Dear Galina,
Differences in test cases chl 934 F6 K7 K8 K9 in mkv-22846-products regarding to KAS:dev:products-21111216-opt are not regressions.

SVN branch http://svn/svn/occt/branches/OCC22846 is ready.
05Commenter 5
Dear Commenter 1,
It is necessary to update the following test scripts:
chl 934 F6
chl 934 K7
chl 934 K8
chl 934 K9

so that the result, obtained in mkv-22846-products, considered a valid.
06Commenter 1
Integrated into trunk of occt repository

Date: 2011-12-29 15:34:34 +0400 (Thu, 29 Dec 2011)
New Revision: 9955

Modified:
   trunk/src/BRepTest/BRepTest_SurfaceCommands.cxx

Related records