Adding test cases for chl grid
[occt.git] / tests / bugs / moddata / bug703
CommitLineData
352ffd73 1puts "=========="
2puts "OCC703 "
3puts "=========="
4puts ""
5##################################################
6## Wrong result of extrema
7## Draw command extrema c1 ce gives no solutions, but must be 2 solutions
8##################################################
9
10restore [locate_data_file OCC703_1.draw] c1
11restore [locate_data_file OCC703_2.draw] ce
12
13set result [extrema c1 ce]
14set err [llength $result]
15if { $err != 2} {
16 puts "Faulty OCC703 (amount of solution): command extrema does NOT work properly"
17} else {
18 puts "OCC703 OK (amount of solution): command extrema works properly"
19}
20
21set 2dviewer 0
22