mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
19 lines
536 B
Plaintext
Executable File
19 lines
536 B
Plaintext
Executable File
## ======================================
|
|
## Grid : CCV002
|
|
## Test : D1
|
|
## Comment : From CV tests serie page 60
|
|
## ======================================
|
|
|
|
puts "TODO OCC26556 ALL: ERROR. offsetperform operation not done."
|
|
puts "TODO OCC23068 ALL: The command cannot be built"
|
|
puts "TODO OCC31845 All: Tcl Exception: result is not a topological shape!!!"
|
|
|
|
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 unknown yet
|
|
checkprops result -v 534256
|
|
|
|
|