0027802: [Regression to 7.0] Solid classifier raises exception ConstructionError
[occt.git] / tests / bugs / modalg_6 / bug27082_1
1 puts "============"
2 puts "OCC27082"
3 puts "============"
4 puts ""
5 ###############################
6 ## UnifySameDomain must add internal edges where appropriate to resolve self-intersections
7 ###############################
8
9 restore [locate_data_file bug27082_shapes1.brep] a
10 explode a
11 bcut r1 a_1 a_3
12 bfuse r2 r1 a_2
13 unifysamedom result r2
14
15 don result
16 smallview; l; fit
17 bopcheck result
18 checknbshapes result -m UnifySameDomain -face 22 -edge 40
19
20 checkview -screenshot -2d -path ${imagedir}/${test_image}.png