1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_7/bug32108
emv a36a30b724 0032108: Modeling Algorithms - BRepAlgoAPI_Section is too slow
Fixed by 0029711. Integrating test case only.
2021-02-03 18:32:55 +03:00

22 lines
700 B
Plaintext

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