mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-07 22:07: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
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
|