File indexing completed on 2026-06-01 08:32:57
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 #ifndef _IntTools_WLineTool_HeaderFile
0015 #define _IntTools_WLineTool_HeaderFile
0016
0017 #include <GeomAdaptor_Surface.hxx>
0018 #include <IntPatch_WLine.hxx>
0019 #include <IntPatch_SequenceOfLine.hxx>
0020
0021 class TopoDS_Face;
0022 class GeomInt_LineConstructor;
0023 class IntTools_Context;
0024
0025
0026 class IntTools_WLineTool
0027 {
0028 public:
0029 DEFINE_STANDARD_ALLOC
0030
0031 Standard_EXPORT static Standard_Boolean NotUseSurfacesForApprox(const TopoDS_Face& aF1,
0032 const TopoDS_Face& aF2,
0033 const Handle(IntPatch_WLine)& WL,
0034 const Standard_Integer ifprm,
0035 const Standard_Integer ilprm);
0036
0037 Standard_EXPORT static Standard_Boolean DecompositionOfWLine(
0038 const Handle(IntPatch_WLine)& theWLine,
0039 const Handle(GeomAdaptor_Surface)& theSurface1,
0040 const Handle(GeomAdaptor_Surface)& theSurface2,
0041 const TopoDS_Face& theFace1,
0042 const TopoDS_Face& theFace2,
0043 const GeomInt_LineConstructor& theLConstructor,
0044 const Standard_Boolean theAvoidLConstructor,
0045 const Standard_Real theTol,
0046 IntPatch_SequenceOfLine& theNewLines,
0047 const Handle(IntTools_Context)&);
0048 };
0049
0050 #endif