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