0027986: Visualization - AIS_InteractiveContext::SetLocation() does not update dynami...
[occt.git] / tests / bugs / vis / bug27817
1 puts "========"
2 puts "StdSelect_BRepOwner - copy transformation persistence flag"
3 puts "========"
4
5 pload MODELING VISUALIZATION
6
7 vclear
8 vinit View1
9 vtrihedron t
10 vdisplay -trsfPers trihedron -trsfPersPos -1 -1 40 t
11 box b 30 40 50
12 vdisplay -trsfPers trihedron -trsfPersPos -1 -1 40 -dispMode 1 -highMode 1 b
13 vselmode b 4 1
14 vmoveto 50 350
15 if { [vreadpixel 50 350 rgb name] != "DARKTURQUOISE" } { puts "Error: face is not highlighted" }
16
17 vdump $imagedir/${casename}.png