1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
## ======================================
## Grid : CCV002
## Test : D1
## Comment : From CV tests serie page 60
## ======================================
#puts "*"
#puts "TODO OCC22740 ALL: An exception was caught"
#puts "TODO OCC22740 ALL: \\*\\* Exception \\*\\*"
#puts "TODO OCC22740 ALL: Error : The offset cannot be built."
puts "TODO OCC23524 ALL: Error : The offset is not valid"
restore [locate_data_file CCV_2_d1_gsw.rle] s
explode s F
catch {offsetcompshape result s -2 s_17}
#real volume of result shape is unknow yet
set volume 534256
|