4b59685a |
1 | puts "========" |
2 | puts "0031542: Modeling Algorithms - Offset algorithm produces incomplete result in mode Complete join type Intersection" |
3 | puts "========" |
4 | puts "" |
5 | |
6 | restore [locate_data_file bug31542_trim.brep] s |
7 | offsetparameter 1e-7 c i r |
8 | offsetload s 0 |
9 | explode s f |
10 | offsetonface s_3 10 |
11 | offsetonface s_2 5 |
12 | offsetonface s_10 5 |
13 | offsetperform result |
14 | |
15 | checkprops result -s 83093.5 -v 1.0107e+06 |
16 | |
17 | unifysamedom result_unif result |
18 | checknbshapes result_unif -wire 11 -face 11 -shell 1 -solid 1 |
19 | |
20 | checkview -display result_unif -2d -path ${imagedir}/${test_image}.png |