0027919: Visualization - support multiple transformation persistence groups within...
[occt.git] / tests / v3d / dimensions / bug24374
1 puts "============"
2 puts "CR24374: Flipping affects highlight presentation of dimension"
3 puts "============"
4 puts ""
5
6 pload MODELING VISUALIZATION
7 vfont add [locate_data_file DejaVuSans.ttf] SansFont
8
9 box b 100 100 100
10 explode b e
11 vdisplay b
12 vdisplay b_9
13 vdimension dim1 -length -shapes b_9 -text 3d -plane zox -font SansFont
14 vselmode b 2 1
15 vselmode dim1 2 1
16 vfit
17 vmoveto 130 352
18 checkcolor 130 352 0 1 1
19 if { $stat != 1 } { puts "Error : Highlighting of dimension with flipping in local context failed." }
20
21 vdump $imagedir/${casename}.png