0029751: Incremental mesh produces different meshes for windows and linux (debian 8)
[occt.git] / tests / bugs / mesh / bug28379
CommitLineData
9026dea8 1puts "========"
2puts "OCC28379"
3puts "========"
4puts ""
5###########################################
6# BRepMesh produces mangled mesh for a cone
7###########################################
8
9pcone s 0 0.1 1
10incmesh s 1e-3
11
12vinit
13vsetdispmode 1
14vdisplay s
15vfit
16
17vleft
18vfit
19checkview -screenshot -3d -path ${imagedir}/${test_image}-left.png
20
21vright
22vfit
23checkview -screenshot -3d -path ${imagedir}/${test_image}-right.png
24
25vfront
26vfit
27checkview -screenshot -3d -path ${imagedir}/${test_image}-front.png
28
29vback
30vfit
31checkview -screenshot -3d -path ${imagedir}/${test_image}-back.png