occt: master eca05392

Author Committer Branch Timestamp Parent
msv apn master 2016-11-09 15:27:47 master 326b3e28
Changeset 0028081: Fix regression in HLR introduced by the fix for 28053

The whole piece of the walking line between two vertices is no more checked for having length greater than Precision::Confusion(). Instead, only full duplicate points (comparing with gp::Resolution()) are removed, allowing the resulting line have any non-null length.

The test bugs modalg_6 bug27720_5 has been reverted to its original state.
mod - src/Contap/Contap_Contour.cxx Diff File
mod - tests/bugs/modalg_6/bug27720_5 Diff File