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/bug28982
emv a318d719e7 0028982: 2D offset creates faulty result from wire
Protection of the Edge/Edge intersection algorithm (IntTools_EdgeEdge) from incomplete type conversion due to presence of the Trimmed curves by using Adaptors for getting typed curves instead of direct casting.

Test case for the issue.
2017-08-09 18:11:03 +03:00

18 lines
497 B
Plaintext

puts "========"
puts "OCC28982"
puts "========"
puts ""
########################################
# 2D offset creates faulty result from wire
########################################
restore [locate_data_file bug28982_ellipse.brep] e
mkoffset result e 1 1
checkshape result_1
if {![regexp "This shape seems to be OK" [bopcheck result_1]]} {
puts "Error: The resulting wire is self-interfered"
}
checkprops result_1 -l 305.299
checkview -display result_1 -2d -path ${imagedir}/${test_image}.png