8b5c1b5a1dbf7d7a8004a320d01c91c0837ad461
[occt.git] / tests / perf / single_object_selection / A8
1 puts "3D visualization performance tests"
2 puts "Activation of SHELL selection mode for AIS-object"
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 5 1
12     vselmode 5 0
13 }