Integration part of tests of grid chl
[occt.git] / tests / bugs / heal / bug209
1 #INTERFACE IGES
2 puts "========"
3 puts "OCC209"
4 puts "========"
5
6 ##########################################
7 ## FixMissingSeam leads to lost pcurve on neighbouring face
8 ##########################################
9
10 restore [locate_data_file OCC209.brep] a 
11 explode a f
12 checkshape a_4
13
14 fixshape result a 0.01 0.01
15 explode result f
16
17 puts [checkshape result_4]
18 set 2dviewer 1
19