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