0029751: Incremental mesh produces different meshes for windows and linux (debian 8)
[occt.git] / tests / bugs / mesh / bug25628
1 puts "TODO CR25628 ALL: Error: Number of triangles is equal to 0"
2 puts "TODO CR25628 ALL: Error: Number of nodes is equal to 0"
3 puts "TODO CR25628 ALL: Error: BRepMesh fails to mesh face with open wire, considered as correct by checkshape"
4
5 puts "========="
6 puts "CR25628: BRepMesh fails to mesh face with open wire, considered as correct by checkshape"
7 puts "========="
8 puts ""
9
10 pload XDE
11
12 stepread [locate_data_file bug25628_twr_hull.stp] a *
13 renamevar a_1 a
14 explode a f
15
16 checkshape a_36
17
18 set Log [incmesh a_36 0.1]
19 if {[regexp "UnorientedWire" ${Log}] == 1} {
20     puts "Error: BRepMesh fails to mesh face with open wire, considered as correct by checkshape"
21 }
22
23 checktrinfo a_1 -tri -nod
24
25 smallview
26 donly a_36
27 left
28 fit
29 checkview -screenshot -2d -path ${imagedir}/${test_image}-2d.png