puts "TODO OCC26882 ALL: Error :  is WRONG because number of VERTEX entities in shape"
puts "TODO OCC26882 ALL: Error :  is WRONG because number of EDGE entities in shape"

puts "========"
puts "OCC26882"
puts "========"
puts ""
#############################################################
# Edge/Edge intersection algorithm produces incorrect result
#############################################################

restore [locate_data_file bug26882_e1.brep] e1
restore [locate_data_file bug26882_e2.brep] e2

bclearobjects
bcleartools
baddobjects e1
baddtools e2

bfillds

bbuild result

checkshape result

checknbshapes result -vertex 1 -edge 2

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