0027015: Sewing returns invalid shape if some faces are nearly plane cones
[occt.git] / tests / bugs / modalg_2 / bug298
1
2 puts "========================"
3 puts " OCC298 "
4 puts "========================"
5 puts ""
6 #################################################################
7 ## Exception during "tcopy" command
8 #################################################################
9
10 restore [locate_data_file OCC298.brep] result
11 checkshape result
12
13 if [catch {tcopy result a } res] {
14   puts "Faulty OCC298: function TCOPY works wrongly"
15 } else {
16   puts "OCC298 OK: function TCOPY works properly"
17 }
18
19 checkprops result -s 8e+100 
20 checkshape result
21 checkview -display result -2d -path ${imagedir}/${test_image}.png
22