0030396: Infinite recursion during ShapeFix after BRepAlgoAPI_Cut
[occt.git] / tests / bugs / modalg_7 / bug29400
CommitLineData
e25185ff 1puts "========"
2puts "OCC29400"
3puts "========"
4puts ""
5#################################################
6# Fuse of two edges creates self-interfered shape
7#################################################
8
9restore [locate_data_file bug29400_edges.brep] le
10bclearobjects
11bcleartools
12baddcompound le
13bfillds
14bbuild result
15
16checkshape result
17checknbshapes result -vertex 3 -edge 2
18checkprops result -l 1.78839
19if {![regexp "OK" [bopcheck result]]} {
20 puts "Error: the result is self-interfered"
21}