0028248: [Regression] HLR Algo result is retrieved from the last added shape only
[occt.git] / tests / bugs / modalg_7 / bug22821
CommitLineData
2508ca8e 1puts "TODO OCC22821 ALL: Error: Crash with BRepFilletAPI_MakeFillet"
2
3puts "============"
4puts "OCC22821"
5puts "============"
6puts ""
7#########################################################################
8# Crash with BRepFilletAPI_MakeFillet
9#########################################################################
10
11pload XDE
12
13stepread [locate_data_file bug22821_test.step] t *
14renamevar t_1 t
15checkshape t
16
17explode t E
18
19if {![catch {fillet result t 0.01 t_1}]} {
20 #puts "OK: The incorrect input data were processed correctly!"
21 checkshape result
22 checkprops result -s 1.5708
23 checkview -display result -2d -path ${imagedir}/${test_image}.png
24} else {
25 puts "Error: Crash with BRepFilletAPI_MakeFillet"
26}