0028567: Get rid of the unused DRAW commands based on old Boolean Operations (BRepAlgo)
[occt.git] / tests / bugs / modalg_1 / buc60532_1
CommitLineData
0e94a94e 1puts "==========="
2puts "BUC60532"
3puts "==========="
4
5restore [locate_data_file buc60532a.brep] p
352ffd73 6checkshape p
0e94a94e 7
8restore [locate_data_file buc60532b.brep] t1
352ffd73 9checkshape t1
0e94a94e 10
11restore [locate_data_file buc60532c.brep] t2
352ffd73 12checkshape t2
0e94a94e 13
14# create halfspace
15halfspace h1 t1 20 20 0
16halfspace h2 t2 20 20 0
17
18# first cut
19bcut result p h1
20
58cf74e0 21checkprops result -s 81.8172
22checkshape result
5747059b 23checkview -display result -2d -path ${imagedir}/${test_image}.png
0e94a94e 24