0025133: TKOpenGl - Crash on closing a view containing presentations with capping
[occt.git] / tests / perf / single_object_selection / A7
CommitLineData
ee535a6c 1puts "3D visualization performance tests"
2puts "Activation of FACE selection mode for AIS-object"
3puts "Object haves wireframe mode"
4
5
6vsetdispmode 0
7
8dchrono tmr start
9
10for {set i 1} {$i < 100} {incr i} {
11 vselmode 4 1
12 vselmode 4 0
13}