0023752: Integration of test grid "vpr" into the new testing system
[occt.git] / tests / perf / single_object_selection / D3
1 puts "3D visualization performance tests"
2 puts "Non-interactive selection/deselection for AIS-object"
3 puts "Object haves HidelLineRemoval mode"
4
5
6 vsetdispmode 2
7
8 dchrono tmr start
9
10 for {set i 1} {$i < 100} {incr i} {
11     vchangeselected b
12 }