occt: master a4d5c9ab

Author Committer Branch Timestamp Parent
emv bugmaster master 2015-02-05 13:19:47 master e8746a26
Changeset 0025766: Exception in BRepAlgo_Section

class TopOpeBRep_FacesIntersector
method
static void MergeWLinesIfAllSegmentsAlongRestriction(IntPatch_SequenceOfLine& theSlin,
                             const Handle(Adaptor3d_HSurface)& theSurface1,
                             const Handle(Adaptor3d_TopolTool)& theDomain1,
                             const Handle(Adaptor3d_HSurface)& theSurface2,
                             const Handle(Adaptor3d_TopolTool)& theDomain2,
                             const Standard_Real theTolArc)
Protection from null wlines has been added.

Test-case for issue #25766
mod - src/TopOpeBRep/TopOpeBRep_FacesIntersector.cxx Diff File
add - tests/bugs/modalg_5/bug25766 Diff File