0023400: Triangulation of thin ring contains gap
[occt.git] / tests / bugs / vis / bug112
1 puts "========"
2 puts "BUC60956"
3 puts "OCC112"
4 puts "========"
5 puts ""
6 ###############################################################
7 ## When restoring a TopoDS_Shape containing a valid Meshing (computed for display) the
8 ##  meshing is computed again when displaying it. 
9 ###############################################################
10
11 set x_coord 140
12 set y_coord 115
13
14 restore [locate_data_file OCC20.brep] result
15 tclean result
16 vinit
17 vdisplay result
18 vfit
19 vsetdispmode result 1
20
21 checkcolor $x_coord $y_coord 0.77 0.54 0.9
22
23 set only_screen 1
24
25
26