mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
22 lines
651 B
Plaintext
Executable File
22 lines
651 B
Plaintext
Executable File
puts "========================"
|
|
puts "OCC20465"
|
|
puts "========================"
|
|
puts ""
|
|
#######################################################################
|
|
# Wrong checkshape results for shells
|
|
#######################################################################
|
|
|
|
set BugNumber OCC20465
|
|
|
|
restore [locate_data_file OCC20465.brep] r
|
|
|
|
checkshape r
|
|
explode r f
|
|
compound r_1 r_2 r_3 r_4 r_5 r_6 r_7 r_8 r_9 r_10 r_11 result
|
|
|
|
checknbshapes result -vertex 23 -edge 33 -wire 13 -face 11 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 81
|
|
checkprops result -s 900
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|