mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
29 lines
537 B
Plaintext
29 lines
537 B
Plaintext
puts "============"
|
|
puts "OCC25423"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Incorrect result of splitting some shapes. Case 2
|
|
######################################################
|
|
|
|
restore [locate_data_file bug25423c.brep] f
|
|
|
|
restore [locate_data_file bug25423d.brep] e
|
|
|
|
checkshape f
|
|
|
|
checkshape e
|
|
|
|
splitshape result f f e
|
|
|
|
checkshape result
|
|
|
|
maxtolerance result
|
|
|
|
|
|
checknbshapes result -face 2
|
|
|
|
checkprops result -s 5.6486
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|