0024809: Exception is raised during perform of "bfillds" command on attached shape
[occt.git] / tests / perf / multi_object_selection / C5
1 puts "3D visualization performance tests"
2 puts "Interactive selection of sub-objects (EDGE) by rectangular selection for AIS-object in V3d View with 27 AIS-objects (+ AIS trihedron)"
3 puts "Object haves wireframe mode"
4
5
6 vsetdispmode 0
7 vselmode 2 1
8
9 dchrono tmr start
10
11 set x1 225; set y1 235; set x2 270; set y2 190
12 set x11 5; set y11 5
13
14 for {set i 1} {$i < 100} {incr i} {
15     vselect $x1 $y1 $x2 $y2 1
16     vselect $x11 $y11
17 }