0022886: Bug in Boolean
[occt.git] / tests / bugs / modalg_7 / bug28112_2
CommitLineData
c3cca015 1puts "# ================================================================="
2puts "# 0028112: E x c e p t i o n during offset computation"
3puts "# ================================================================="
4
5puts ""
6puts "# Fixing small faces on first shape..."
7restore [locate_data_file bug28112_1.brep] shape1
8fixsmallfaces fix1 shape1 -1
9checknbshapes fix1 -face 4
10
11puts ""
12puts "# Fixing small faces on second shape..."
13restore [locate_data_file bug28112_2.brep] shape2
14fixsmallfaces fix2 shape2 -1
15checknbshapes fix2 -face 4
16
17puts ""
18puts "# Trying offset on both shapes to ensure that it works after removal"
19puts "# of small faces"
20offsetshapesimple res1 fix1 10.
21offsetshapesimple res2 fix2 10.