0023510: Integration of test grid "vis" into the new testing system
[occt.git] / tests / bugs / vis / bug155_3
CommitLineData
a87752f3 1puts "========"
2puts "OCC155"
3puts "========"
4puts ""
5###################################################
6##puts "Creating of pCylinder 2D"
7##puts "(visual checking for this case is desirable)"
8###################################################
9
10v2dinit
11
12pcylinder c_y 5 10
13v2ddisplay c_y
14v2dfit
15
f1aa2b62 16set x_coord 338
17set y_coord 75
18set color2d 1
a87752f3 19
f1aa2b62 20checkcolor $x_coord $y_coord 1 1 0
21
22if { $stat != 1 } {
a87752f3 23 puts "Error : pCylinder 2D was NOT LOADED properly into viewer"
24}
25
26set only_screen2d 1
f1aa2b62 27