1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_7/bug27910
akaftasev 3f54cc41a8 0027909: Modeling Algorithms - Exception during offset computation
Added function ChFi3d::IsTangentFaces for more accurate definition of connection type.
Test cases have been changed according to the current behavior.
2020-07-08 16:03:42 +03:00

22 lines
486 B
Plaintext

puts "========"
puts "OCC27910"
puts "========"
puts ""
#######################################
# Exception during offset computation
#######################################
restore [locate_data_file bug27910.brep] s
offsetparameter 1e-7 p i
offsetload s 10
offsetperform result
unifysamedom result_unif result
checkshape result
checkprops result -s 386834
checknbshapes result -ref [lrange [nbshapes s] 8 19]
checkview -display result_unif -2d -path ${imagedir}/${test_image}.png