0030315: Data Exchange - Crash reading views during STEP import.
[occt.git] / tests / bugs / modalg_7 / bug23163_1
CommitLineData
2508ca8e 1puts "TODO OCC23163 ALL: Error: No resulting circle of radius 5 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
11torus t1 20 5
12torus t2 40 0 0 20 5
13
14intersect result t1 t2
15
16set NbCurv [llength [directory result*]]
17
18if { $NbCurv > 4 } {
19 puts "OK: Number of curves is good"
20} else {
21 puts "Error: No resulting circle of radius 5 at the intersection of tori, only b-splines"
22}
23
24smallview
25donly result*
26fit
27display t1 t2
28checkview -screenshot -2d -path ${imagedir}/${test_image}.png