0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / modalg_7 / bug26374
1 puts "TODO OCC26374 ALL: ERROR: OCC26374 is reproduced."
2
3 puts "========"
4 puts "OCC26374"
5 puts "========"
6 puts ""
7 ######################################################################################
8 # GeomFill_Profiler fails to unify BSplines if one has knot distance less than PConf
9 ######################################################################################
10
11 restore [locate_data_file bug26374_w1.brep] w1
12 restore [locate_data_file bug26374_w2.brep] w2
13
14 thrusections result 0 1 w1 w2
15
16 if {[llength [whatis r]] < 4} {
17   puts "ERROR: OCC26374 is reproduced. Operation thrusections fails."
18 }