0025507: Visualization - the method V3d_View::Place() is incorrect
[occt.git] / tests / bugs / vis / bug138_2
CommitLineData
a87752f3 1puts "========"
2puts "OCC138"
3puts "========"
4
5vinit
6set info [OCC138LC]
7
355c1551 8set ll [llength ${info}]
9if {${ll} < 5 } {
a87752f3 10 puts "OCC138: Error (case 1)"
11} else {
12 regexp {No of selected += +([-0-9.+eE]+)} $info full NbCurrents
13 if {${NbCurrents} != 3 } {
14 puts "OCC138: Error (case 2)"
15 }
16}
17
18vfit
19set only_screen 1