]> OCCT Git - occt-copy.git/commit
0031552: Bad performance of intersection of cylindrical surfaces CR0-FixCEDR-740
authorifv <ifv@opencascade.com>
Thu, 7 May 2020 11:46:06 +0000 (14:46 +0300)
committermsv <msv@opencascade.com>
Fri, 15 May 2020 11:28:27 +0000 (14:28 +0300)
commit3647b0ae1a2330d0a0471112c5cb0fd098b81524
treefa06e9b5d77229392971ec366ce60c4b6536d02e
parentfd47711d682be943f0e0a13d1fb54911b0499c31
0031552: Bad performance of intersection of cylindrical surfaces

Adjusting parameters of algorithm depending on axes and parameters of cylinders is added in order to reduce computation time

Test case added: tests/lowalgos/intss/bug31552

tests/perf/modalg/bug26310_1: test case corrected according to current state of algorithm
src/IntPatch/IntPatch_ImpImpIntersection_4.gxx
tests/lowalgos/intss/bug31552 [new file with mode: 0644]
tests/perf/modalg/bug26310_1