mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-14 20:51:41 +08:00
Modifications: 1.Test cases 2. locate_data_file from DrawResources/TestCommands.tcl Fix for mesh end Adjusting testing cases for current state of master using new organization of data files
18 lines
490 B
Plaintext
18 lines
490 B
Plaintext
## ======================================
|
|
## Grid : CCV002
|
|
## Test : D1
|
|
## Comment : From CV tests serie page 60
|
|
## ======================================
|
|
|
|
puts "*"
|
|
puts "TODO OCC22740 ALL: An exception was caught"
|
|
puts "TODO OCC22740 ALL: \\*\\* Exception \\*\\*"
|
|
puts "TODO OCC22740 ALL: Error : The offset can not be build"
|
|
|
|
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
|
|
set volume 0
|