0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / moddata_1 / bug21121
CommitLineData
5d7a0489 1puts "TODO OCC11111 ALL: Error: Number of triangles"
2puts "TODO OCC11111 ALL: Error: Number of nodes"
3puts "TODO OCC11111 ALL: Error: Maximal deflection"
58cf74e0 4puts "TODO OCC11111 ALL: Error : The area of result shape is"
3bea4c16 5
6puts "============"
7puts "OCC21121"
8puts "============"
9puts ""
10#######################################################################
11# Triangulation on face is not built
12#######################################################################
13
14set BugNumber OCC21121
15
16restore [locate_data_file OCC21121.brep] result
17
18tclean result
19
20set Deflection 0.1
21catch {incmesh result ${Deflection} }
22
5d7a0489 23checktrinfo result -tri 1555 -nod 1475 -defl 3.5015692105840144e-06 -tol_rel_defl 0.001 -tol_rel_tri 0.001 -tol_rel_nod 0.001
58cf74e0 24checkprops result -s 0
5747059b 25checkview -display result -2d -path ${imagedir}/${test_image}.png