mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-10 08:19:37 +08:00
e1ed38e054
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
|
|
|
|
|