0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_2 / bug516
1
2 puts "========"
3 puts "OCC516"
4 puts "========"
5 puts ""
6 #########################################
7 ## Wrong classification of the 3D-point with the Solid .
8 #########################################
9
10 point  p 14.99999878745701 5.52319672860377e-07 7.78393041
11 vertex v 14.99999878745701 5.52319672860377e-07 7.78393041
12 restore [locate_data_file OCC516.brep] result
13
14 set cls [bclassify result p]
15
16 if { [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
22 checkprops result -s 7752.98 
23 checkshape result
24 checkview -display result -2d -path ${imagedir}/${test_image}.png