puts "TODO OCC27414 ALL: Error :  is WRONG because number of"
puts "TODO OCC27414 ALL: Error : The area of result shape is"
puts "TODO OCC27414 ALL: Error : The volume of result shape is"

restore [locate_data_file bug26917_dom-8092.t6c1_trim5_with_faces.brep] c

# get the shape
explode c
copy c_1 s

offsetparameter 1e-7 c i
offsetload s 10

foreach f [explode c_2 f] {
  offsetonface $f 0
}

foreach f [explode c_3 f] {
  offsetonface $f 9.96195
}

offsetperform result

checkprops result -v 0 -s 0

unifysamedom result_unif result
checknbshapes result_unif -face 1 -shell 1

checkview -display result_unif -2d -path ${imagedir}/${test_image}.png
