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
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
puts "TODO OCC23190 ALL: ERROR. C0 continuity of input data."
|
|
puts "TODO OCC23190 ALL: result is not a topological shape!!!"
|
|
puts "TODO OCC23068 ALL: TEST INCOMPLETE"
|
|
# Original bug : cts21271
|
|
# Date : 11Sept98
|
|
|
|
restore [locate_data_file CHE900_cts21271.rle] s
|
|
explode s f
|
|
|
|
## leaving out bottom face s_35
|
|
|
|
offsetshape result s -1 s_35
|
|
|
|
set volume 0
|