0025982: Wrong result obtained by General Fuse operator.
[occt.git] / tests / bugs / modalg_5 / bug25004_2
CommitLineData
5493d334 1puts "=========="
2puts "OCC25004 "
3puts "=========="
4puts ""
5##################################################
6## Extrema curve/curve incorrect result
7##################################################
8
9restore [locate_data_file bug25004_c1.draw] c1
10restore [locate_data_file bug25004_c2.draw] c2
11
12set list [extrema c1 c2]
13set nb [llength ${list}]
14if { ${nb} == 2} {
15 puts "OK : command extrema works properly"
16} else {
17 puts "Error : command extrema does NOT work properly"
18}
19
20smallview
21fit
22set only_screen_axo 1