Adding test cases for chl grid
[occt.git] / tests / bugs / modalg / bug629
CommitLineData
f1aa2b62 1puts "TODO OCC12345 ALL: Error : The square of result shape is"
2puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
3
4puts "================"
5puts "OCC629"
6puts "================"
7puts ""
8##########################################
9## Exception during attempt to create solid by command PIPE
10##########################################
11
12restore [locate_data_file OCC629a.brep] a
352ffd73 13checkshape a
f1aa2b62 14
15restore [locate_data_file OCC629b.brep] b
352ffd73 16checkshape b
f1aa2b62 17
18if [catch {pipe result a b } catch_result] {
19 puts "Faulty OCC629: function PIPE works wrongly"
20} else {
21 puts "OCC629 OK: function PIPE works properly"
22}
23
24set square 0
25set 2dviewer 0