0023752: Integration of test grid "vpr" into the new testing system
[occt.git] / tests / perf / multi_object_selection / C2
1 puts "3D visualization performance tests"
2 puts "Interactive selection of sub-objects (SHELL) by point-and-click for AIS-object in V3d View with 27 AIS-objects (+ AIS trihedron)"
3 puts "Object haves wireframe mode"
4
5
6 vsetdispmode 0
7 vselmode 5 1
8 dchrono tmr start
9
10 set x 262
11 set y 205
12 set x2 10
13 set y2 10
14 for {set i 1} {$i < 100} {incr i} {
15     vselect $x $y
16     vselect $x2 $y2
17 }