]> OCCT Git - occt.git/commit
0028600: Bad performance of the checkshape command
authoraml <aml@opencascade.com>
Tue, 28 Mar 2017 03:52:24 +0000 (06:52 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 30 Mar 2017 11:04:26 +0000 (14:04 +0300)
commit83f32108f6d8ca05a1a3590ce6aa38e9a5b058ef
tree18e412df754b84589f6ae0dbc53fc4ad07454b25
parent521efa926dc8f24c2e7e1e85b3689acdcabdc634
0028600: Bad performance of the checkshape command

Shell check has been improved to use well-known width-first search. It significantly reduces computation time on the big shells.

Test case has been added.

Minor correction in test case
src/BRepCheck/BRepCheck_Shell.cxx
tests/perf/modalg/bug28600 [new file with mode: 0644]