mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Adding new and early removed for some reasons test cases Removing TODO ? Adding necessary TODO ? on corresponding platforms for OK and BAD cases
16 lines
402 B
Plaintext
Executable File
16 lines
402 B
Plaintext
Executable File
## ======================================
|
|
## Grid : CCV002
|
|
## Test : D1
|
|
## Comment : From CV tests serie page 60
|
|
## ======================================
|
|
|
|
puts "TODO OCC26556 ALL: ERROR. offsetperform operation not done."
|
|
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 unknow yet
|
|
checkprops result -v 534256
|
|
|
|
|