cba287d6 |
1 | puts "TODO OCC27004 ALL: Faulty shapes in variables faulty_1 to" |
2 | |
3 | puts "========" |
4 | puts "OCC27004" |
5 | puts "========" |
6 | puts "" |
7 | ##################################################### |
8 | # ShapeUpgrade_UnifySameDomain produces invalid result |
9 | ##################################################### |
10 | |
11 | restore [locate_data_file bug27004_prim_0_1.brep] s0 |
12 | restore [locate_data_file bug27004_prim_0_29.brep] s1 |
13 | restore [locate_data_file bug27004_prim_0_30.brep] s2 |
14 | |
15 | bclear |
16 | bfuzzyvalue 1e-5 |
17 | |
18 | baddobjects s0 s1 s2 |
19 | baddtools s0 s1 s2 |
20 | |
21 | bfillds |
22 | |
23 | bbop r 1 |
24 | |
25 | unifysamedom result r |
26 | |
27 | checkshape result |
28 | |
29 | checkview -display result -2d -path ${imagedir}/${test_image}.png |