occt: master 9d671cd1

Author Committer Branch Timestamp Parent
isn bugmaster master 2016-06-09 14:30:26 master bd80ecfa
Changeset 0027391: BRepLib::EnsureNormalConsistency() raises exception in case of asynchronious PolygonOnTriangulation problem

additional check have been added to BRepLib::EnsureNormalConsistency() func.
Any edges with two adjacent faces will be skipped (while updating of their normals) if the number of discretization points (nodes) will be different for each of this faces on this edge.

test case
mod - src/BRepLib/BRepLib.cxx Diff File
add - tests/bugs/modalg_6/bug27391 Diff File