0030082: Intersection algorithm returns curve with big tolerance value
[occt.git] / tests / bugs / modalg_7 / bug24424
CommitLineData
1f9eb890 1puts "========"
2puts "OCC24424"
3puts "========"
4puts ""
5########################################################################################
6# BRepAlgoAPI_Cut throws Standard_ConstructionError with disjoint, but adjacent solids
7########################################################################################
8
9restore [locate_data_file bug24424_a.brep] a
10restore [locate_data_file bug24424_b.brep] b
11
12bcut result a b
13
14if {[llength [whatis result]] < 4} {
15 puts "ERROR: OCC24424 is reproduced. Result of bcut operation is empty."
16}