0026622: Tests - Avoid using dlog and decho commands in test scripts
[occt.git] / tests / bugs / modalg_6 / bug26636
1 puts "REQUIRED All: Standard_ConstructionError\\: BRepFill \\:\\: profiles are inconsistent"
2 puts "=========="
3 puts "OCC26636"
4 puts "=========="
5 puts ""
6 ############################################################
7 # BRepOffsetAPI_ThruSections algorithm crashes on two inconsistent wires
8 ############################################################
9
10 restore [locate_data_file bug26636_w1.brep] w1
11 restore [locate_data_file bug26636_w2.brep] w2
12
13 catch {thrusections result 0 1 w1 w2}