0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / moddata_3 / bug26522
CommitLineData
9f4cd8eb 1puts "================"
2puts "OCC26522"
3puts "================"
4puts ""
5#######################################################
6## Exception while copying offset on C0 surface
7#######################################################
8
9restore [locate_data_file bug26522_s.brep] s
10
11set info [checkshape s]
12
13if { [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}