mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-10 16:32:33 +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
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
|