0031407: [Regression to 7.3.0] Extrema does not process parallel circles correctly
[occt.git] / tests / bugs / modalg_7 / bug30880_2
CommitLineData
ba165db3 1puts "========"
2puts "0030880: Bug in BRepExtrema_ExtCF"
3puts "========"
4puts ""
5
6restore [locate_data_file bug30880_face.brep] f
7point p2d -0.0034857302428251678 0.016350559703980902
8if {![regexp "OUT" [b2dclassifx f p2d -tol 1.e-7]]} {
9 puts "Error: Incorrect classification of the point"
10}