0024809: Exception is raised during perform of "bfillds" command on attached shape
[occt.git] / tests / perf / single_mesh_selection / A5
CommitLineData
ee535a6c 1puts "3D visualization performance tests"
2puts "Activation of FACE selection mode for MeshVS_Mesh"
3puts "Object haves wireframe mode"
4
5
6meshdispmode m 1
7
8dchrono tmr start
9
10for {set i 1} {$i < 100} {incr i} {
11 meshselmode m 8
12 meshselmode m -1
13}