0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / heal / bug209
1 puts "========"
2 puts "OCC209"
3 puts "========"
4
5 ##########################################
6 ## FixMissingSeam leads to lost pcurve on neighbouring face
7 ##########################################
8
9 restore [locate_data_file OCC209.brep] a 
10 explode a f
11 checkshape a_4
12
13 fixshape result a 0.01 0.01
14 explode result f
15
16 checkshape result_4
17 checkview -display result -2d -path ${imagedir}/${test_image}.png
18