0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / heal / bug22602
CommitLineData
2508ca8e 1puts "TODO OCC22602 ALL: Error : notched simple file is WRONG"
2
3puts "========"
4puts "OCC22602"
5puts "========"
6puts ""
7#############################################
8# Improvement in notched healing
9#############################################
10
11restore [locate_data_file bug22602_notched_simple.brep] a
12
13checkview -display a -2d -path ${imagedir}/${test_image}_1.png
14
15fixshape result a -l -o -h -m -d -s -i +n
16
17checkshape result
18
19set nbshapes_expected "
20Number of shapes in shape
21 VERTEX : 6
22 EDGE : 7
23"
24checknbshapes result -ref ${nbshapes_expected} -t -m "notched simple file"
25
26checkview -display result -2d -path ${imagedir}/${test_image}_2.png