0024809: Exception is raised during perform of "bfillds" command on attached shape
[occt.git] / tests / perf / single_mesh_selection / B3
CommitLineData
ee535a6c 1puts "3D visualization performance tests"
2puts "Interactive selection of whole MeshVS_Mesh object by rectangular selection for MeshVS_Mesh"
3puts "Object haves shrink mode"
4
5
6meshdispmode m 3
7meshselmode m 0
8
9dchrono tmr start
10
11set x1 180; set y1 180; set x2 225; set y2 230
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}