0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_5 / bug23884
CommitLineData
63c629aa 1puts "============"
2puts "OCC23884"
3puts "============"
4puts ""
5######################################################
6# Boolean Fuse between two faces fails
7######################################################
8
9restore [locate_data_file bug23884_fz72] b1
10restore [locate_data_file bug23884_fz124] b2
11
12bop b1 b2
13bopfuse result
14
58cf74e0 15checkprops result -s 2368.48
16checkshape result
5747059b 17checkview -display result -2d -path ${imagedir}/${test_image}.png
63c629aa 18
19
20
21
22