0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / moddata_3 / bug26522
1 puts "================"
2 puts "OCC26522"
3 puts "================"
4 puts ""
5 #######################################################
6 ## Exception while copying offset on C0 surface
7 #######################################################
8
9 restore [locate_data_file bug26522_s.brep] s
10
11 set info [checkshape s]
12
13 if { [regexp "This shape seems to be valid" ${info}] == 1 } {
14     puts "OK: copying offset on C0 surface is correct"
15 } else {
16     puts "Error: copying offset on C0 surface is incorrect"
17 }