mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Added check and fix of tolerances of all vertices after performing all fixes. It is necessary to avoid situation when point of vertex belonging a few faces was changed for current face but edges containing this vertex belonging before fixed face are not taking into account. Mode FixVertexTolMode to manage check tolerance of vertices was added in ShapeFix_Shape class. (default value is equal to -1) Method to change FixVertexTolMode mode FixVertexTolMode() was added in ShapeFix_Shape class Test case for CR25455