0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / v3d / bugs / bug22502
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"
7faaccfd 4
5puts "============"
0d828ac8 6puts "OCC22502: Triangulation cannot be built on valid face"
7faaccfd 7puts "============"
8puts ""
7faaccfd 9
0d828ac8 10pload MODELING VISUALIZATION
7faaccfd 11
12restore [locate_data_file OCC22502-bug601_noshading.brep] result
13checkshape result
14tolerance result
15tclean result
16
17set Deflection 0.001
18incmesh result ${Deflection}
5d7a0489 19checktrinfo result -tri 170 -nod 172 -defl 0.00061201255663038154 -tol_rel_defl 0.001 -tol_rel_tri 0.001 -tol_rel_nod 0.001
7faaccfd 20
0d828ac8 21vinit View1
7faaccfd 22vdisplay result
23vfit
7faaccfd 24vsetdispmode 1
25
0d828ac8 26vdump $imagedir/${casename}.png