0aa30a281802a7a9366f5233da53e81730484c54
[occt.git] / tests / perf / multi_object_selection / A7
1 puts "3D visualization performance tests"
2 puts "Activation of FACE 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 4 1
12     vselmode 4 0
13 }