0027756: Visualization - add Draw() method taking Graphic3d_Group to tools Prs3d_Arro...
[occt.git] / tests / bugs / vis / bug270_2
CommitLineData
61c421bf 1puts "========"
2puts "OCC270"
3puts "========"
4
5vinit
6box box 10 10 10
7vaxis axis 1 1 1 7 7 7
8vdisplay box
9vdisplay axis
10vsetdispmode 0
11
12set x1 172
13set y1 223
14
61c421bf 15checkcolor ${x1} ${y1} 1 0 0
16
4754e164 17vzclipping FRONT
18set ZClippingMode [lindex [vzclipping] 2]
61c421bf 19if {${ZClippingMode} != "FRONT"} {
20 puts "OCC270: Error (ZClippingMode != FRONT)"
21}
22
61c421bf 23checkcolor ${x1} ${y1} 1 0 0
24vfit
25
5747059b 26checkview -screenshot -3d -path ${imagedir}/${test_image}.png