X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FFeaturesAPI_swig.h;h=ede8f2c1131328159c46780b7a6688d8c5535df0;hb=f1fdc6c4b73b4f4c80c83c5a795e370ab0d7fc26;hp=8b6ce0005d468d1366028a17764a6ba9a7fea3cd;hpb=dc7d4d86b58b81684abc9b5a2be8ec30f210c2da;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/FeaturesAPI_swig.h b/src/FeaturesAPI/FeaturesAPI_swig.h index 8b6ce0005..ede8f2c11 100644 --- a/src/FeaturesAPI/FeaturesAPI_swig.h +++ b/src/FeaturesAPI/FeaturesAPI_swig.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2021 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef FeaturesAPI_swig_H_ @@ -24,11 +23,19 @@ #include #include "FeaturesAPI.h" - #include "FeaturesAPI_Boolean.h" + #include "FeaturesAPI_BooleanCut.h" + #include "FeaturesAPI_BooleanFuse.h" + #include "FeaturesAPI_BooleanCommon.h" + #include "FeaturesAPI_BooleanSmash.h" + #include "FeaturesAPI_BooleanFill.h" + #include "FeaturesAPI_Chamfer.h" + #include "FeaturesAPI_Defeaturing.h" #include "FeaturesAPI_Extrusion.h" #include "FeaturesAPI_ExtrusionBoolean.h" #include "FeaturesAPI_Fillet.h" #include "FeaturesAPI_Intersection.h" + #include "FeaturesAPI_Measurement.h" + #include "FeaturesAPI_NormalToFace.h" #include "FeaturesAPI_MultiRotation.h" #include "FeaturesAPI_MultiTranslation.h" #include "FeaturesAPI_Partition.h" @@ -43,5 +50,12 @@ #include "FeaturesAPI_Symmetry.h" #include "FeaturesAPI_Translation.h" #include "FeaturesAPI_Union.h" + #include "FeaturesAPI_FusionFaces.h" + #include "FeaturesAPI_RemoveResults.h" + #include "FeaturesAPI_Copy.h" + #include "FeaturesAPI_ImportResult.h" + #include "FeaturesAPI_PointCoordinates.h" + #include "FeaturesAPI_GeometryCalculation.h" + #include "FeaturesAPI_BoundingBox.h" #endif // FeaturesAPI_swig_H_