X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMImpl%2FGEOMImpl_I3DPrimOperations.hxx;h=12d2aefd3547e7b5662909f47cfdc7a332ea9c93;hb=e067674b75266d9f67a2c474d8dc901d9f65fe48;hp=a0ae56e3790b0d0e3475ba0e69e55555850fadad;hpb=d02f4dc56755302c58f68b51daec391c8c1eaa8b;p=modules%2Fgeom.git diff --git a/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx b/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx index a0ae56e37..12d2aefd3 100644 --- a/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx +++ b/src/GEOMImpl/GEOMImpl_I3DPrimOperations.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -29,15 +29,14 @@ #include "GEOM_Object.hxx" #include #include +#include class GEOMImpl_IGroupOperations; class GEOMImpl_IPipe; -class TopTools_IndexedMapOfShape; - class GEOMImpl_I3DPrimOperations : public GEOM_IOperations { public: - Standard_EXPORT GEOMImpl_I3DPrimOperations(GEOM_Engine* theEngine, int theDocID); + Standard_EXPORT GEOMImpl_I3DPrimOperations(GEOM_Engine* theEngine); Standard_EXPORT ~GEOMImpl_I3DPrimOperations(); Standard_EXPORT Handle(GEOM_Object) MakeBoxDXDYDZ (double theDX, double theDY, double theDZ); @@ -135,6 +134,7 @@ class GEOMImpl_I3DPrimOperations : public GEOM_IOperations { const Handle(GEOM_Object) &thePath, const bool theWithContact, const bool theWithCorrections, + const bool IsBySteps, const bool IsGenerateGroups); Standard_EXPORT Handle(TColStd_HSequenceOfTransient) MakePipeWithShellSections