puts "TODO OCC26374 ALL: ERROR: OCC26374 is reproduced."

puts "========"
puts "OCC26374"
puts "========"
puts ""
######################################################################################
# GeomFill_Profiler fails to unify BSplines if one has knot distance less than PConf
######################################################################################

restore [locate_data_file bug26374_w1.brep] w1
restore [locate_data_file bug26374_w2.brep] w2

thrusections result 0 1 w1 w2

if {[llength [whatis r]] < 4} {
  puts "ERROR: OCC26374 is reproduced. Operation thrusections fails."
}
