0029751: Incremental mesh produces different meshes for windows and linux (debian 8)
[occt.git] / tests / bugs / mesh / bug25586_2
CommitLineData
dfdfa61f 1puts "TODO OCC25586 ALL: Error : The area of result shape is"
2
3puts "========="
4puts "OCC25586"
5puts "========="
6puts ""
7#########################################################
8# Poor mesh quality, or failure of meshing for closed extruded surfaces with holes
9#########################################################
10
11restore [locate_data_file bug25586_cylindrical_with_circle_hole.brep] result
12
13checkprops result -s 1.
14
15checkview -display result -2d -path ${imagedir}/${test_image}-axo.png
16
17vinit
18vdisplay result
19vfit
20vsetdispmode 1
21checkview -screenshot -3d -path ${imagedir}/${test_image}-3d.png
22
23vfront
24vfit
25checkview -screenshot -3d -path ${imagedir}/${test_image}-front.png
26
27vback
28vfit
29checkview -screenshot -3d -path ${imagedir}/${test_image}-back.png
30
31vleft
32vfit
33checkview -screenshot -3d -path ${imagedir}/${test_image}-left.png
34
35vright
36vfit
37checkview -screenshot -3d -path ${imagedir}/${test_image}-right.png
38
39vtop
40vfit
41checkview -screenshot -3d -path ${imagedir}/${test_image}-top.png
42
43vbottom
44vfit
45checkview -screenshot -3d -path ${imagedir}/${test_image}-bottom.png