0027015: Sewing returns invalid shape if some faces are nearly plane cones
[occt.git] / tests / bugs / modalg_2 / bug23429
1 puts "============"
2 puts "CR23429"
3 puts "============"
4 puts ""
5 ##########################################################################################################
6 # BRepFeat_SplitShape algorithm misses some section edges while building result from customer's shape
7 ##########################################################################################################
8 pload QAcommands
9
10 restore [locate_data_file OCC23388-Shape1.brep] a
11 restore [locate_data_file CR23429-Shape3.brep] b
12
13 OCC23429 result a b
14
15 checkprops result -s 1107.88
16 checkshape result
17
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19
20
21
22
23
24
25