0025982: Wrong result obtained by General Fuse operator.
[occt.git] / tests / bugs / modalg_5 / bug25193
CommitLineData
68cdb44b 1puts "================"
2puts "OCC25193"
3puts "================"
4puts ""
5#######################################################################
6# Bad Intersection curveobtained by Surface/Surface Intersection Algorithm.
7#######################################################################
8
9restore [locate_data_file bug25193_s1t.draw] s1
10restore [locate_data_file bug25193_s4t.draw] s4
11
12set CurveNumb [intersect i s1 s4 3.6570868343352305e-005]
13
14if { [llength ${CurveNumb}] != 6 } {
15 puts "Error : Bad Intersection curveobtained by Surface/Surface Intersection Algorithm"
16} else {
17 puts "OK : Good Intersection curveobtained by Surface/Surface Intersection Algorithm"
18}
19
20smallview
21fit
22
23set only_screen_axo 1