0030880: Modeling Algorithms - Bug in BRepExtrema_ExtCF
[occt.git] / tests / bugs / modalg_7 / bug30880_2
1 puts "========"
2 puts "0030880: Bug in BRepExtrema_ExtCF"
3 puts "========"
4 puts ""
5
6 restore [locate_data_file bug30880_face.brep] f
7 point p2d -0.0034857302428251678 0.016350559703980902
8 if {![regexp "OUT" [b2dclassifx f p2d -tol 1.e-7]]} {
9   puts "Error: Incorrect classification of the point"
10 }