0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_5 / bug25555
CommitLineData
3922a2ec 1puts "============"
2puts "OCC25555"
3puts "============"
4puts ""
5############################################################################
6# Wrong result of classification of a point relative to solid
7############################################################################
8
9restore [locate_data_file bug25555_p] p
10restore [locate_data_file bug25555_z] z
11
12set cls1 [bclassify z p]
13if { [regexp {OUT} $cls1] } {
14 puts "OK : Good result of classification of a point relative to solid"
15} else {
16 puts "Error : Wrong result of classification of a point relative to solid"
17}
18
19smallview
20fit
5747059b 21checkview -screenshot -2d -path ${imagedir}/${test_image}.png