1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/perf/modalg/bug26542
emv b3df3dcd82 0026452: Infinite loop in Edge/Edge intersection.
Integrating test case only as the problem is not reproduced anymore.
2020-09-03 20:02:44 +03:00

24 lines
446 B
Plaintext

puts "============"
puts "0026452: Infinite loop in Edge/Edge intersection"
puts "============"
puts ""
restore [locate_data_file bug26452_edges.brep] e
explode e
dchrono h restart
bfuse r1 e_1 e_2
dchrono h stop counter COUNTER1
tcopy e_1 e1
tcopy e_2 e2
dchrono h restart
bfuse r2 e1 e2
dchrono h stop counter COUNTER2
checkprops r1 -l 78.3329
checknbshapes r1 -vertex 3 -edge 2
checkprops r2 -equal r1
checknbshapes r2 -ref [nbshapes r1]