0026139: AIS_InteractiveContext::Display performance regression
[occt.git] / tests / bugs / vis / bug25507
1 puts "============"
2 puts "CR25507"
3 puts "============"
4 puts ""
5 #######################################################################
6 #  Visualization - the method V3d_View::Place() is incorrect
7 #######################################################################
8
9 vinit View1
10 vsetdispmode 1
11
12 box b1 2 1 1
13 vdisplay b1
14 box b2 1 1 1
15 vdisplay b2
16 vsetlocation b2 5 0 0
17 vfit
18
19 vselect 80 140
20 vplace 80 140
21
22 vmoveto 200 180
23 checkcolor 200 180 0.78 0.55 0.09
24
25 set only_screen 1