0029751: Incremental mesh produces different meshes for windows and linux (debian 8)
[occt.git] / tests / bugs / mesh / bug29751
CommitLineData
9d09a126 1puts "======="
2puts "0029751: Incremental mesh produces different meshes for windows and linux (debian 8)"
3puts "======="
4puts ""
5
6psphere sp 10
7pcylinder b1 2 10
8ttranslate b1 0 0 -10
9bcut result sp b1
10trotate result 0 0 0 1 0 0 45
11incmesh result 0.1
12
13vinit
14vdefaults -autoTriang 0
15vdisplay result
16vsetinteriorstyle 1
17vsetdispmode 1
18vfit
19
20set log [tricheck result]
21if { [llength $log] != 0 } {
22 puts "Error : Invalid mesh"
23} else {
24 puts "Mesh is OK"
25}
26
27checktrinfo result -tri 1013 -nod 578 -defl 0.1
28
29checkview -screenshot -3d -path ${imagedir}/${test_image}.png