0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_2 / bug23470
CommitLineData
24def445 1puts "============"
2puts "CR23470"
3puts "============"
4puts ""
5##########################################################################################################
6# Boolean Fuse between two edges fails
7##########################################################################################################
8
9restore [locate_data_file bug23470_qe.brep] qe
10explode qe
11bop qe_1 qe_2
12bopfuse result
24def445 13
a4eba920 14checknbshapes result -vertex 2 -edge 1 -wire 0 -shape 4
9526aa6a 15
58cf74e0 16checkprops result -l 48.4459
17checkshape result
18checksection result
24def445 19set command bopfuse
20
5747059b 21checkview -display result -2d -path ${imagedir}/${test_image}.png
24def445 22
23