0024809: Exception is raised during perform of "bfillds" command on attached shape
[occt.git] / tests / perf / multi_object_selection / A2
CommitLineData
ee535a6c 1puts "3D visualization performance tests"
2puts "Display/erase 1 AIS-object in V3d View with 27 AIS-objects (+ AIS trihedron)"
3puts "Object haves shading mode"
4
5
6vsetdispmode 1
7
8dchrono tmr start
9
10for {set i 1} {$i < 100} {incr i} {
11 verase b; vdisplay b
12}