Adding test cases from chl grid
[occt.git] / tests / bugs / vis / bug112
CommitLineData
a87752f3 1puts "========"
2puts "BUC60956"
3puts "OCC112"
4puts "========"
5puts ""
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
f1aa2b62 11set x_coord 140
12set y_coord 115
a87752f3 13
14restore [locate_data_file OCC20.brep] result
15tclean result
16vinit
17vdisplay result
18vfit
19vsetdispmode result 1
a87752f3 20
f1aa2b62 21checkcolor $x_coord $y_coord 0.77 0.54 0.9
a87752f3 22
23set only_screen 1
24
25
26