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