0025133: TKOpenGl - Crash on closing a view containing presentations with capping
[occt.git] / tests / perf / single_mesh_selection / A7
CommitLineData
ee535a6c 1puts "3D visualization performance tests"
2puts "Interactive selection of whole MeshVS_Mesh object by point-and-click for MeshVS_Mesh"
3puts "Object haves wireframe mode"
4
5
6meshdispmode m 1
7meshselmode m 0
8
9dchrono tmr start
10
11set x 205
12set y 185
13set x2 10
14set y2 10
15for {set i 1} {$i < 100} {incr i} {
16 vselect $x $y
17 vselect $x2 $y2
18}