]> OCCT Git - occt-copy.git/commit
0024764: Alien subshapes occured in result of 'bopcheck' operation
authorpkv <pkv@opencascade.com>
Thu, 3 Apr 2014 11:29:23 +0000 (15:29 +0400)
committerabv <abv@opencascade.com>
Fri, 4 Apr 2014 04:56:38 +0000 (08:56 +0400)
commitcfdd99315c3c8e5693c58aa6c3db0ae542a848af
treebcf2ccbaec97ae70f2846a9549df67ebcf67e0ce
parentd347054cd0c4347a3a62b1c51f9bdc683f241a0c
0024764: Alien subshapes occured in result of 'bopcheck' operation

class BOPAlgo_ArgumentAnalyzer
   - method:
void BOPAlgo_ArgumentAnalyzer::TestSelfInterferences()
The new shapes has been excluded from the treatment

void BOPAlgo_CheckerSI::PostTreat()
The new shapes has been excluded from the treatment

Standard_Integer bopcheck
  (Draw_Interpretor& di, Standard_Integer n,  const char** a )
The new shapes has been excluded from the treatment.
The interferences of the type */Solid has been included in the treatment.

Test case for issue CR24764
src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cxx
src/BOPAlgo/BOPAlgo_CheckerSI.cxx
src/BOPTest/BOPTest_CheckCommands.cxx
tests/bugs/modalg_5/bug24764 [new file with mode: 0755]