0029751: Incremental mesh produces different meshes for windows and linux (debian 8)
[occt.git] / tests / bugs / mesh / bug27959
CommitLineData
df18769e 1puts "=========="
2puts "OCC27959"
3puts "=========="
4puts ""
5#######################################################################
6# BRepMesh_Delaun produces mesh with gaps on internal edges
7#######################################################################
8# test for #27959: check that resulting mesh does not contain gaps.
9
10restore [locate_data_file bug27959_ms.brep] result
11
12tclean result
13checkview -display result -3d -path ${imagedir}/${test_image}.png
14
15set log [tricheck result]
16if { [llength $log] != 0 } {
17 puts "Error : Mesh contains gaps"
18} else {
19 puts "OK : Mesh produced without gaps"
20}
21