0031221: Visualization - selection filter in context
[occt.git] / tests / bugs / vis / bug378
1 puts "========================"
2 puts "BUC61058"
3 puts " OCC378 "
4 puts "========================"
5 puts ""
6 ########################################################################
7 ##Regression on KAS:dev:ros. Draw hangs after try to load 6381.brep  shape to 3D Viewer. Case : cgg/004/S2
8 ########################################################################
9
10 restore [locate_data_file OCC378.brep] result
11
12 tclean result
13 vinit
14
15 if [catch {vdisplay result } res] {
16    puts "Error : function VDISPLAY works wrongly"
17 }
18
19 vfit
20
21 checkview -screenshot -3d -path ${imagedir}/${test_image}.png
22
23