1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/moddata_2/pro19422_1
emv 529444be92 0031655: Modeling Algorithms - Invalid result of General Fuse operation
IntTools_BeanFaceIntersector: Perform exact intersection range search in case there are few intersection points.
2020-07-11 11:26:31 +03:00

22 lines
638 B
Plaintext
Executable File

puts "=========="
puts "PRO19422"
puts "GER60462"
puts "=========="
puts ""
#############################################################
## Errors when cutting, 2 cases in /dp_25/IBug/pro/19422 files o1 t1 and o2 t2, restore.
## cut c1 o1 t1 fails. cut c2 o2 t2 fails
#############################################################
restore [locate_data_file pro19422a.brep] shape
checkshape shape
restore [locate_data_file pro19422b.brep] tool
checkshape tool
bcut result shape tool
checkprops result -s 3166.93
checknbshapes result -wire 8 -face 8 -shell 1 -solid 1
checkview -display result -2d -path ${imagedir}/${test_image}.png