0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / vis / buc60632_1
CommitLineData
352ffd73 1puts "================"
2puts "BUC60632"
3puts "================"
4
5vinit
6BUC60632 0 100
7vfit
a6eb515f 8vmoveto 126 143
352ffd73 9puts "Highlighting by 'Move To' command in wireframe mode"
10
a6eb515f 11set x_coord 129
12set y_coord 143
352ffd73 13
14checkcolor $x_coord $y_coord 0 1 1
15
16if { $stat != 1 } {
17 puts "Error : Highlighting by Move To command in wireframe mode is WRONG."
18}
5747059b 19checkview -screenshot -3d -path ${imagedir}/${test_image}.png
352ffd73 20
21