1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/step/bug29564
skl d66f7c0fa2 0029564: STEP Import and Export failure
In the result of translation one face lying on the spherical surface converted to the two separate faces due to method IsSurfaceUVPeriodic returned false for spherical surface.
Now method IsSurfaceUVPeriodic returns true for spherical surface in order to natural bounds can be added for spherical surface too.
Method ShapeFix_Face::FixOrientation was corrected to avoid reversing inner wire for case when spherical face has only one inner bound without outer bound.
Check that wire has bounding box equal to bounding box of surface was added in the method ShapeFix_Face::FixAddNaturalBound in order to avoid addition of the natural bounds ( test bugs xde bug22535_2 1 for face 2 lying on the torus)

In order to avoid regressions fix for translation "VERTEX_LOOP" entities was added. Natural bounds for "VERTEX_LOOP" lying on the Spherical and BSpline surface is added only if face does not have any other bounds.
In other case natural bounds were added during ShapeFix operation after translation in order take into account mutual position of the all bounds in the UV space of the face.
2020-11-28 12:36:49 +03:00

16 lines
556 B
Plaintext

puts "# ====================================================================="
puts "# 0029564: In the result of translation of one face lying on the sphere two separate faces were obtained"
puts "# ====================================================================="
puts ""
set filepath [locate_data_file bug29564.stp]
stepread $filepath a *
tpcompound result
checkshape result
checkprops result -s 5831.82
checknbshapes result -wire 78 -face 68 -shell 5 -solid 5 -compound 2
# checkview -display result -2d -path ${imagedir}/${test_image}.png