0024357: BRepBuilderAPI_Sewing returns result with too high tolerance.
[occt.git] / tests / bugs / modalg_2 / bug516
CommitLineData
f1aa2b62 1
2puts "========"
3puts "OCC516"
4puts "========"
5puts ""
6#########################################
7## Wrong classification of the 3D-point with the Solid .
8#########################################
9
10point p 14.99999878745701 5.52319672860377e-07 7.78393041
11vertex v 14.99999878745701 5.52319672860377e-07 7.78393041
12restore [locate_data_file OCC516.brep] result
13
14set cls [bclassify result p]
15
16if { [regexp {OUT} $cls] } {
17 puts "Faulty : Wrong classification of the 3D-point with the Solid"
18} else {
19 puts "CORRECT classification of the 3D-point with the Solid"
20}
21
22set square 7752.98
23set 2dviewer 0