0024809: Exception is raised during perform of "bfillds" command on attached shape
[occt.git] / tests / perf / multi_object_selection / A4
1 puts "3D visualization performance tests"
2 puts "Activation of VERTEX selection mode for AIS-object in V3d View with 27 AIS-objects (+ AIS trihedron)"
3 puts "Object haves wireframe mode"
4
5
6 vsetdispmode 0
7
8 dchrono tmr start
9
10 for {set i 1} {$i < 100} {incr i} {
11     vselmode 1 1
12     vselmode 1 0
13 }