0027045: firsthole & holend commands work incorrectly
[occt.git] / tests / bugs / modalg_6 / bug25271
CommitLineData
2ff806d1 1puts "============"
2puts "OCC25271"
3puts "============"
4puts ""
5############################################################################
6# Wrong result obtained by solid classifier algorithm
7############################################################################
8
9restore [locate_data_file bug25509_Aggreg_4.brep] b1
10point p 0.67610067704688293 0.55732782339337006 0.45537637265191699
11
12explode b1
13shape b2 So
14add b1_1 b2
15
16set cls [bclassify b2 p]
17if { [regexp {OUT} $cls] } {
18 puts "OK : Good result obtained by solid classifier algorithm"
19} else {
20 puts "Error : Wrong result obtained by solid classifier algorithm"
21}
22
23smallview
24fit
25set only_screen_axo 1