mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
20 lines
655 B
Plaintext
20 lines
655 B
Plaintext
puts "============"
|
|
puts "OCC24964"
|
|
puts "============"
|
|
puts ""
|
|
#########################################################################
|
|
# ThruSections crashes the DRAW.exe
|
|
#########################################################################
|
|
|
|
restore [locate_data_file bug24964_w1.brep] w1
|
|
restore [locate_data_file bug24964_w2.brep] w2
|
|
restore [locate_data_file bug24964_w3.brep] w3
|
|
|
|
thrusections result 0 0 w1 w2 w3
|
|
|
|
checkprops result -s 163127
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 30 -edge 45 -wire 15 -face 15 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 106
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|