7fccec9e69b441d939c459e198b698bd63da5fcf
[occt.git] / tests / bugs / moddata_2 / bug366
1 puts "REQUIRED All: Faulty shapes in variables faulty_1 to faulty_"
2 puts "========================"
3 puts " OCC366 "
4 puts "========================"
5 puts ""
6 ##################################################
7 ## Checkshape says that face is valid but it inludes selfintersecting wire
8 ##################################################
9
10 restore [locate_data_file buc61006.brep] result
11
12 set che [checkshape result]
13
14 if { [regexp "Faulty" $che] != 1 } {
15    puts "Error : Checkshape command works wrongly"
16 }
17
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19