occt: master e50ebf1f

Author Committer Branch Timestamp Parent
abv abv master 2018-04-19 13:31:19 master 94443b48
Changeset 0029701: BRepTools::Update(Face) unexpectedly updates UV points of pcurve

The method *BRepTools::UpdateFaceUVPoints* has been modified to resets the UV points of the edge to the bounding points of the parametric curve of the edge on the face.

Test cases for the issue.

Adjust test cases heal split_angle_advanced ZC3, ZE6, ZE9 for current behavior as they show less faulty shapes now.
Adjust test case bugs modalg_6 bug21246 as it works correctly now.
mod - src/BRepTools/BRepTools.cxx Diff File
mod - src/BRepTools/BRepTools.hxx Diff File
mod - tests/bugs/modalg_6/bug21246 Diff File
add - tests/bugs/modalg_7/bug29701_1 Diff File
add - tests/bugs/modalg_7/bug29701_2 Diff File
add - tests/bugs/modalg_7/bug29701_3 Diff File
mod - tests/heal/data/advanced/ZC3 Diff File
mod - tests/heal/data/advanced/ZE6 Diff File
mod - tests/heal/data/advanced/ZE9 Diff File