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