1 puts "========================"
3 puts "========================"
5 #######################################################################
6 # (OCC 6.5.3 regression) BRepBuilderAPI_Sewing returns wrong result
7 #######################################################################
9 restore [locate_data_file bug23375_Pump1.brep] p
15 set whatis_result [whatis result]
17 if { [regexp {SHELL} ${whatis_result}] != 1 } {
18 puts "Error: invalid result shape; SHELL"
20 if { [regexp {FORWARD} ${whatis_result}] != 1 } {
21 puts "Error: invalid result shape; FORWARD"
23 if { [regexp {Modified} ${whatis_result}] != 1 } {
24 puts "Error: invalid result shape; Modified"
26 if { [regexp {Orientable} ${whatis_result}] != 1 } {
27 puts "Error: invalid result shape; Orientable"
29 if { [regexp {Closed} ${whatis_result}] != 1 } {
30 puts "Error: invalid result shape; Closed"