0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / modalg_6 / bug27117
1 puts "============"
2 puts "OCC27117"
3 puts "============"
4 puts ""
5 ############################################################################
6 # BRepClass3d_SolidClassifier doesn't take into account vertex/edge/face tolerances
7 ############################################################################
8
9 restore [locate_data_file bug27117.brep] s
10 point p 103.740000000001 1.85e-014 24.3498644581774
11
12 set cls [bclassify s p]
13 if { [regexp {IN} $cls] } {
14     puts "Error : Wrong result obtained by solid classifier algorithm"
15 } else {
16     puts "OK : Good result obtained by solid classifier algorithm"
17 }