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
17 lines
486 B
Plaintext
17 lines
486 B
Plaintext
puts "TODO ?OCC23068 ALL: ERROR. offsetperform operation not done."
|
|
puts "TODO ?OCC23068 ALL: result is not a topological shape!!!"
|
|
puts "TODO ?OCC23068 ALL: TEST INCOMPLETE"
|
|
|
|
## ======================================
|
|
## Grid : CCV002
|
|
## Test : A1
|
|
## Comment : From CV tests serie page 56
|
|
## ======================================
|
|
|
|
restore [locate_data_file CCV_2_a1_gst.rle] s
|
|
explode s F
|
|
offsetcompshape result s -10 s_1
|
|
|
|
#real volume of result shape is unknow yet
|
|
set volume 0
|