0027015: Sewing returns invalid shape if some faces are nearly plane cones
[occt.git] / tests / bugs / modalg_2 / bug23530
CommitLineData
6d368502 1puts "REQUIRED All: Faulty shapes in variables faulty_1 to faulty_"
3f257c62 2puts "========"
3puts "CR23530"
4puts "========"
5puts ""
6d368502 6######################################################################
3f257c62 7## Error in Draw command "checkshape": invalid face is not recognized
6d368502 8######################################################################
3f257c62 9
10restore [locate_data_file bug23530_BadFace.brep] result
11pcurve result
12
3f257c62 13set CheckLog [checkshape result]
3f257c62 14
15if { [regexp "BRepCheck_UnorientableShape" ${CheckLog}] != 1 } {
16 puts "CR23530: Error"
17}