mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Method for preanalysis of input data added (CheckInputData). Now it is possible to work with Error() function, which return error code. Extended output support for all offset commands added. Test-cases for issue #26556
19 lines
453 B
Plaintext
Executable File
19 lines
453 B
Plaintext
Executable File
## ======================================
|
|
## Grid : CCV002
|
|
## Test : D1
|
|
## Comment : From CV tests serie page 60
|
|
## ======================================
|
|
|
|
puts "TODO OCC23524 ALL: Error : The offset is not valid"
|
|
puts "TODO ?OCC26556 ALL: ERROR. offsetperform operation not done."
|
|
|
|
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
|
|
|
|
|