0024105: ShapeFix algorithm produces not correct result.
[occt.git] / tests / bugs / heal / bug21317
CommitLineData
673693f1 1puts "================"
2puts "OCC21317"
3puts "================"
4puts ""
5######################################################################################
6# Face cannot be fixed by Shape Healing
7######################################################################################
8
9set BugNumber OCC21317
10
11catch {pload XDE}
12
13restore [locate_data_file bug21317_faulty.brep] a
14fixshape result a
15set info [checkshape result]
16
17# Resume
18puts ""
19if { [regexp {This shape seems to be valid} $info] } {
20 puts "OK ${BugNumber}"
21} else {
22 puts "Faulty ${BugNumber}"
23}
24
25set 2dviewer 0