X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2Fmodel%2Ffeatures%2F__init__.py;h=ba9b2542c43e940f2f0e1679dddc338db82b026a;hb=77ce6d35ac8d2f0fdaecb4f23e0870bf74e36103;hp=14351b736c287980b1e873af80b8fcb44bd6d582;hpb=7099969602bc9e4024d18cee3b6095840c56eb1f;p=modules%2Fshaper.git diff --git a/src/PythonAPI/model/features/__init__.py b/src/PythonAPI/model/features/__init__.py index 14351b736..ba9b2542c 100644 --- a/src/PythonAPI/model/features/__init__.py +++ b/src/PythonAPI/model/features/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2022 CEA/DEN, EDF R&D +# Copyright (C) 2015-2024 CEA, EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -33,6 +33,7 @@ from FeaturesAPI import measureLength, measureDistance, measureRadius, measureAn from FeaturesAPI import shapeProximity from FeaturesAPI import getPointCoordinates, getGeometryCalculation, getBoundingBox from FeaturesAPI import getNormal +from FeaturesAPI import getSharedFaces from FeaturesAPI import makeVertexInsideFace from FeaturesAPI import addRemoveResults from FeaturesAPI import addCopy, addImportResult