0026928: Edges are meshed too coarsly
[occt.git] / tests / bugs / mesh / bug26928
... / ...
CommitLineData
1puts "========="
2puts "0026928: Edges are meshed too coarsly"
3puts "========="
4puts ""
5
6restore [locate_data_file bug27356_comp.brep] c
7tclean c
8
9vinit
10vdisplay c
11vviewparams -scale 44.578446 -proj 8.964134e-4 0.055037 -0.998484 -up -0.951475 0.307306 0.016085 -at 44.487383 37.608231 -3.232527 -eye 44.517406 37.608231 -3.232527
12vsetdispmode c 1
13checkview -screenshot -3d -path ${imagedir}/${test_image}-vdisplay.png
14
15tclean c
16vdefaults -autoTriang 0
17incmesh c 0.715 -a 11.459
18vdisplay -redisplay c
19checkview -screenshot -3d -path ${imagedir}/${test_image}-0715.png
20
21tclean c
22incmesh c 0.5 -a 11.459
23vdisplay -redisplay c
24checkview -screenshot -3d -path ${imagedir}/${test_image}-05.png
25
26tclean c
27incmesh c 0.3 -a 11.459
28vdisplay -redisplay c
29checkview -screenshot -3d -path ${imagedir}/${test_image}-03.png
30
31tclean c
32incmesh c 0.1 -a 11.459
33vdisplay -redisplay c
34checkview -screenshot -3d -path ${imagedir}/${test_image}-01.png