0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / moddata_2 / bug613_2
CommitLineData
352ffd73 1puts "========================"
2puts " OCC613"
3puts "(case 2)"
4puts "========================"
5puts ""
6#############################################
7## Meshing algo cannot create mesh for faces with internal edges
8#############################################
9
10restore [locate_data_file OCC613b.brep] result
11
12tclean result
13isos result 0
14incmesh result .1
15triangles result
16
17set tri_info [trinfo result]
18regexp { +([-0-9.+eE]+) +triangles} $tri_info full tri
19regexp { +([-0-9.+eE]+) +nodes} $tri_info full nod
20
21if { $tri == 0 || $nod == 0 } {
22 puts "Error : Meshing algo cannot create mesh for faces with internal edges "
23}
24
25set 3dviewer 1
26