|
static Standard_Integer | NbPoints (const BOPAlgo_PPaveFiller &theDSFiller) |
|
static TopoDS_Shape | NewVertex (const BOPAlgo_PPaveFiller &theDSFiller, const Standard_Integer theIndex) |
|
static Standard_Boolean | HasSameDomain (const BOPAlgo_PBuilder &theBuilder, const TopoDS_Shape &theFace) |
|
static void | SameDomain (const BOPAlgo_PBuilder &theBuilder, const TopoDS_Shape &theFace, TopTools_ListOfShape &theResultList) |
|
static Standard_Boolean | IsSplit (const BOPAlgo_PPaveFiller &theDSFiller, const TopoDS_Shape &theEdge, const TopAbs_State theState) |
|
static void | Splits (const BOPAlgo_PPaveFiller &theDSFiller, const TopoDS_Shape &theEdge, const TopAbs_State theState, TopTools_ListOfShape &theResultList) |
|
static Standard_Boolean | SplitE (const TopoDS_Edge &theEdge, TopTools_ListOfShape &theSplits) |
|
static Standard_Boolean | EdgeCurveAncestors (const BOPAlgo_PPaveFiller &theDSFiller, const TopoDS_Shape &theEdge, TopoDS_Shape &theFace1, TopoDS_Shape &theFace2) |
|
static Standard_Boolean | EdgeSectionAncestors (const BOPAlgo_PPaveFiller &theDSFiller, const TopoDS_Shape &theEdge, TopTools_ListOfShape &LF1, TopTools_ListOfShape &LF2, TopTools_ListOfShape &LE1, TopTools_ListOfShape &LE2) |
|
static Standard_Boolean | BoolOpe (const TopoDS_Shape &theFace1, const TopoDS_Shape &theFace2, Standard_Boolean &IsCommonFound, TopTools_IndexedDataMapOfShapeListOfShape &theHistoryMap) |
|
to provide several tools for porting to OCC 5.0 (mkk)