0025133: TKOpenGl - Crash on closing a view containing presentations with capping
[occt.git] / tests / perf / multi_object_selection / C2
CommitLineData
ee535a6c 1puts "3D visualization performance tests"
2puts "Interactive selection of sub-objects (SHELL) by point-and-click for AIS-object in V3d View with 27 AIS-objects (+ AIS trihedron)"
3puts "Object haves wireframe mode"
4
5
6vsetdispmode 0
7vselmode 5 1
8dchrono tmr start
9
10set x 262
11set y 205
12set x2 10
13set y2 10
14for {set i 1} {$i < 100} {incr i} {
15 vselect $x $y
16 vselect $x2 $y2
17}