0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_5 / bug25004_3
CommitLineData
5493d334 1puts "=========="
2puts "OCC25004 "
3puts "=========="
4puts ""
5##################################################
6## Extrema curve/curve incorrect result
7##################################################
8
9restore [locate_data_file bug25004_bc1.draw] c1
10restore [locate_data_file bug25004_bc2.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
5747059b 22checkview -screenshot -2d -path ${imagedir}/${test_image}.png