1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0032108: Modeling Algorithms - BRepAlgoAPI_Section is too slow

Fixed by 0029711. Integrating test case only.
This commit is contained in:
emv 2021-02-02 11:37:28 +03:00 committed by bugmaster
parent 4551e1be75
commit a36a30b724

View File

@ -0,0 +1,21 @@
puts "============================================================================================="
puts "0032108: Modeling Algorithms - BRepAlgoAPI_Section is too slow"
puts "============================================================================================="
puts ""
restore [locate_data_file bug32108_H502.brep] s1
restore [locate_data_file bug32108_z.brep] s2
dchrono h restart
bsection result s1 s2 -na
dchrono h stop counter SECTION_NO_APPROX
dchrono h restart
bsection result1 s1 s2
dchrono h stop counter SECTION_WITH_APPROX
checksection result -r 0
checkprops result -l 9.15304
checkprops result1 -l 9.15304
checkview -display result -2d -path ${imagedir}/${test_image}.png