0023678: Compiler warning in BRepFill_Pipe::ShareFaces()
[occt.git] / tests / bugs / mesh / end
old mode 100644 (file)
new mode 100755 (executable)
index 94892e1..769221a
@@ -17,7 +17,7 @@ if { [string compare ${TheFileName} ""] != 0 } {
     }
 }
 
-puts [checkshape res]
+checkshape res
 
 tclean res
 
@@ -25,6 +25,10 @@ if { [string compare $command "shading"] == 0 } {
     vinit
     vdisplay res
     vsetdispmode res 1
+    if { [info exists view_mode] } {
+       pload QAcommands
+       QASetViewCharac ${scale} ${center_X} ${center_Y} ${proj_X} ${proj_Y} ${proj_Z} ${up_X} ${up_Y} ${up_Z} ${at_X} ${at_Y} ${at_Z}
+    }
     vfit
 }