0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / mesh / bug29685
1 puts "======="
2 puts "0029685: Meshing - BRepMesh does not respect requested deflection"
3 puts "======="
4 puts ""
5
6 restore [locate_data_file bug29685_shape_to_render.brep] result
7 vinit
8 vsetdispmode 1
9 vdisplay result
10 vviewparams -scale 17.5502 -proj 0.57735 -0.57735 0.57735 -up -0.408248 0.408248 0.816497 -at 5.1597 115.661 188.336 -eye 43.2805 77.5402 226.457
11
12 set log [tricheck result]
13 if { [llength $log] != 0 } {
14   puts "Error : Invalid mesh"
15 } else {
16   puts "Mesh is OK"
17 }
18
19 checktrinfo result -tri 148 -nod 103 -defl 0.27179801813852145
20
21 checkview -screenshot -3d -path ${imagedir}/${test_image}.png