0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_2 / bug23429
CommitLineData
7c104885 1puts "============"
2puts "CR23429"
3puts "============"
4puts ""
5##########################################################################################################
6# BRepFeat_SplitShape algorithm misses some section edges while building result from customer's shape
7##########################################################################################################
8pload QAcommands
9
34dd4990 10restore [locate_data_file OCC23388-Shape1.brep] a
7c104885 11restore [locate_data_file CR23429-Shape3.brep] b
12
13OCC23429 result a b
14
58cf74e0 15checkprops result -s 1107.88
16checkshape result
7c104885 17
5747059b 18checkview -display result -2d -path ${imagedir}/${test_image}.png
7c104885 19
20
21
22
23
24
25