1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/perf/modalg/bug28886
nbv 03a3ba9ebe 0028886: infinite loop at intersecting two faces / surfaces
The reason of constantly increasing/decreasing steps has been eliminated for the problem case.
2018-02-06 10:50:13 +03:00

35 lines
652 B
Plaintext

puts "============"
puts "OCC28886"
puts "============"
puts ""
###############################
## infinite loop at intersecting two faces / surfaces
###############################
cpulimit 60
restore [locate_data_file bug28886_Faces.brep] ff
explode ff f
mksurface ss1 ff_1
mksurface ss2 ff_2
smallview
clear
dchrono h2 restart
set CurveNumb [intersect result ss1 ss2]
dchrono h2 stop counter bug28886CNB
if { [llength ${CurveNumb}] < 1 } {
puts "Error : Bad intersection"
} else {
puts "OK : Good intersection"
}
fit
disp ss1 ss2
nbiso ss1 ss2 4 4
clpoles ss1
clpoles ss2
checkview -screenshot -2d -path ${imagedir}/${test_image}.png