0023752: Integration of test grid "vpr" into the new testing system
[occt.git] / tests / perf / multi_object_selection / A6
1 puts "3D visualization performance tests"
2 puts "Activation of WIRE selection mode for AIS-object in V3d View with 27 AIS-objects (+ AIS trihedron)"
3 puts "Object haves wireframe mode"
4
5
6 vsetdispmode 0
7
8 dchrono tmr start
9
10 for {set i 1} {$i < 100} {incr i} {
11     vselmode 3 1
12     vselmode 3 0
13 }