0030082: Intersection algorithm returns curve with big tolerance value
[occt.git] / tests / bugs / modalg_7 / bug29606
1 puts "========"
2 puts "OCC29606"
3 puts "========"
4 puts ""
5 #######################################################
6 #0029606: [Regression vs 7.0] BRepClass3d_SolidClassifier 
7 #classifies the point as IN while it is ON
8 #######################################################
9
10 restore [locate_data_file bug29606.brep] s
11
12 point p1 621.05410336809734 47.416378469999998 111.25010709375
13
14 if {![regexp "The point is ON" [bclassify s p1]]} {
15   puts "Error: The Solid classification algorithm fails to classify the point"
16 }
17