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