Integration part of tests of grid chl
[occt.git] / tests / bugs / moddata / bug152_1
CommitLineData
0e94a94e 1puts "TODO OCC12345 ALL: An exception was caught"
2puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
3puts "TODO OCC12345 ALL: TEST INCOMPLETE"
4
5puts "================"
6puts "OCC152"
7puts "SAM1178"
8puts "================"
9puts ""
10#################################################################
11## SAM1178(#1871): Bad escaped result after a cut operation on the shape.
12#################################################################
13
14restore [locate_data_file OCC152.brep] sh
15explode sh
16
17puts [checkshape sh_1]
18puts [checkshape sh_2]
19
20bcut result sh_1 sh_2
21puts [checkshape result]
22
23set check_square 1
24set square 10
25set 2dviewer 0
26