mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
class IntTools_FaceFace method static Standard_Boolean DecompositionOfWLine(const Handle(IntPatch_WLine)& theWLine, const Handle(GeomAdaptor_HSurface)& theSurface1, const Handle(GeomAdaptor_HSurface)& theSurface2, const TopoDS_Face& theFace1, const TopoDS_Face& theFace2, const IntTools_LineConstructor& theLConstructor, const Standard_Boolean theAvoidLConstructor, IntPatch_SequenceOfLine& theNewLines, Standard_Real& theReachedTol3d, const Handle(IntTools_Context)& aContext) Correct treatment of WLines with only one point before or after the boundary point. Test case for issue CR25002