0025235: Draw Harness - improve commands vdimension and vdimparam
[occt.git] / tests / bugs / vis / bug24374
CommitLineData
0f8c0fb8 1puts "============"
2puts "CR24374"
3puts "============"
4puts ""
5#######################################################################
6# Flipping affects highlight presentation of dimension
7#######################################################################
0f8c0fb8 8box b 100 100 100
9explode b e
10vdisplay b
11vdisplay b_9
0499eb06 12vdimension dim1 -length -shapes b_9 -text 3d -plane zox
0f8c0fb8 13vselmode b 2 1
9f37b47d 14vselmode dim1 2 1
0f8c0fb8 15vfit
9f37b47d 16vmoveto 140 370
0f8c0fb8 17
9f37b47d 18set x_coord 140
19set y_coord 370
0f8c0fb8 20checkcolor $x_coord $y_coord 0 1 1
21
22if { $stat != 1 } {
23 puts "Error : Highlighting of dimension with flipping in local context failed."
24}
25
26set only_screen 1