#include <BOPAlgo_BOP.hxx>
#include <BOPAlgo_Builder.hxx>
#include <BOPAlgo_PaveFiller.hxx>
-#include <BOPCol_ListOfShape.hxx>
+#include <TopTools_ListOfShape.hxx>
#include <BRep_Builder.hxx>
#include <BRepAdaptor_Curve.hxx>
#include <BRepAlgoAPI_Fuse.hxx>
//DEBTRACE("MergeFaces");
int anError;
TopTools_ListIteratorOfListOfShape anIt;
- BOPCol_ListOfShape aLC;
+ TopTools_ListOfShape aLC;
anIt.Initialize(theFaces);
for( ; anIt.More(); anIt.Next() )
{
if( theNewShape.IsNull() )
return false;
- BOPCol_ListOfShape aShapesList;
+ TopTools_ListOfShape aShapesList;
BOPAlgo_PaveFiller aPaveFiller;
HYDROData_MapOfFaceToStricklerType aNewFaces;
// Step 1. Prepare Partition structures.
TopoDS_Shape aResult;
- BOPCol_ListOfShape aLS;
+ TopTools_ListOfShape aLS;
QStringList aListOfNames;
TopoDS_Compound aCmp;
BRep_Builder aBB;
// Step 3. Collect history
//HYDROData_DataMapOfShapeListOfShape aDM1;
- BOPCol_ListIteratorOfListOfShape anIt(aLS);
+ TopTools_ListIteratorOfListOfShape anIt(aLS);
#ifdef DEB_SPLIT_TO_ZONES
TCollection_AsciiString aNamM ("EdgM_");
TCollection_AsciiString aNamG ("EdgG_");
#include <TopTools_ListIteratorOfListOfShape.hxx>
-#include <BOPCol_ListOfShape.hxx>
-#include <BOPCol_MapOfShape.hxx>
+#include <TopTools_ListOfShape.hxx>
+#include <TopTools_MapOfShape.hxx>
-#include <BOPCol_ListOfShape.hxx>
+#include <TopTools_ListOfShape.hxx>
#include <BOPAlgo_BuilderShape.hxx>
#include <BOPAlgo_PaveFiller.hxx>
{
Standard_Integer iErr;
TopoDS_Iterator aIt;
- BOPCol_ListOfShape aLC;
+ TopTools_ListOfShape aLC;
BOPAlgo_PaveFiller aPF;
//
myErrorStatus=0;
#include <BRepBuilderAPI_Transform.hxx>
-#include <BOPCol_ListOfShape.hxx>
-#include <BOPCol_MapOfShape.hxx>
+#include <TopTools_ListOfShape.hxx>
+#include <TopTools_MapOfShape.hxx>
#include <BOPAlgo_BuilderShape.hxx>
#include <BOPAlgo_Builder.hxx>