mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
26 lines
689 B
Plaintext
Executable File
26 lines
689 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC23029"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# split shape algorithm works incorrectly in some cases
|
|
#######################################################################
|
|
|
|
set BugNumber OCC23029
|
|
|
|
restore [locate_data_file OCC23029-F.brep] f
|
|
restore [locate_data_file OCC23029-W.brep] w
|
|
|
|
checkshape f
|
|
checkshape w
|
|
|
|
splitshape res f f w
|
|
explode res
|
|
renamevar res_2 result
|
|
|
|
checkprops result -s 27.3919
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 5 -edge 5 -wire 1 -face 1 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 12
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|