0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / heal / bug25634
CommitLineData
c31e0def 1puts "============"
2puts "OCC25634"
3puts "============"
4puts ""
5######################################################
6# Checking of compliance of vertices and pcurve fails
7######################################################
8
9restore [locate_data_file bug25634_shape3.brep] s
10
11explode s e
12
13set info [checkedge s_1 s]
14
15# Resume
16puts ""
17if { [regexp {Edge seems OK.} ${info}] } {
18 puts "OK: Checking is good"
19} else {
20 puts "Error: Checking is bad"
21}