1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/offset/bugs/bug27911
jgv 8948e18df8 0031845: Modeling Algorithms - BRepOffsetAPI_MakeThickSolid fails
Multiple changes in BRepOffset_MakeOffset algorithm:
- correct fusing vertices;
- correct building intersection edges;
- correct intersecting new edges in 2D;
- correct building wire on a new face;
- correct building history.
2021-01-22 19:09:02 +03:00

21 lines
485 B
Plaintext

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