mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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.
18 lines
497 B
Plaintext
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 |