0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_7 / bug23163_3
CommitLineData
2508ca8e 1puts "TODO OCC23163 ALL: Error: No resulting circle at the intersection of tori, only b-splines"
2
3puts "================"
4puts "OCC23163"
5puts "================"
6puts ""
7#######################################################################
8# Intersection of tori fails to produce results
9#######################################################################
10
11restore [locate_data_file bug23163_surface1_draw_b.draw] ss1
12restore [locate_data_file bug23163_surface2_draw_b.draw] ss2
13
14intersect result ss1 ss2
15
16set NbCurv [llength [directory result*]]
17
18if { $NbCurv > 6 } {
19 puts "OK: Number of curves is good"
20} else {
21 puts "Error: No resulting circle at the intersection of tori, only b-splines"
22}
23
24smallview
25donly result*
26fit
27display ss1 ss2
28checkview -screenshot -2d -path ${imagedir}/${test_image}.png