0025423: Incorrect result of splitting some shapes
[occt.git] / tests / bugs / modalg_6 / bug26609
CommitLineData
a0258acd 1puts "============"
2puts "OCC26609"
3puts "============"
4puts ""
5############################################################################
6# Wrong result obtained by solid classifier algorithm.
7############################################################################
8
9restore [locate_data_file bug26609_p.draw] p
10restore [locate_data_file bug26609_z.brep] z
11
12set cls1 [bclassify z p]
13if { [regexp {OUT} $cls1] } {
14 puts "Error : Wrong result obtained by solid classifier algorithm"
15} else {
16 puts "OK : Good result obtained by solid classifier algorithm"
17}
18
19smallview
20fit
5747059b 21checkview -screenshot -2d -path ${imagedir}/${test_image}.png