0030149: BRepMesh_Delaun: free triangle is left in the mesh after cleanup of auxiliar...
[occt.git] / tests / bugs / mesh / bug30149
CommitLineData
060fc603 1puts "======="
2puts "0030149: BRepMesh_Delaun: free triangle is left in the mesh after cleanup of auxiliary items"
3puts "======="
4puts ""
5
6pload XDE
7
8stepread [locate_data_file bug30149_comb_bug.step] a *
9renamevar a_1 result
10
11tclean result
12incmesh result 1
13
14set info_bad [tricheck result]
15if { [regexp "Not connected mesh inside face" $info_bad] } {
16 puts "Error : Mesh contains free triangle"
17}
18
19checktrinfo result -tri 32 -nod 54
20
21vinit
22vtop
23vsetdispmode 1
24vdisplay result
25vfit
26checkview -screenshot -3d -path ${imagedir}/${test_image}.png