Salome HOME
updated copyright message
[modules/shaper.git] / src / PythonAPI / model / features / __init__.py
1 # Copyright (C) 2015-2023  CEA/DEN, EDF R&D
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19 """Package for Features plugin for the Parametric Geometry API of the Modeler.
20 """
21
22 from FeaturesAPI import addPlacement, addRotation, addScale, addSymmetry, addTranslation
23 from FeaturesAPI import addMultiTranslation, addMultiRotation
24 from FeaturesAPI import addExtrusion, addExtrusionCut, addExtrusionFuse
25 from FeaturesAPI import addRevolution, addRevolutionCut, addRevolutionFuse
26 from FeaturesAPI import addPipe, addLoft
27 from FeaturesAPI import addCut, addFuse, addCommon, addSmash, addSplit
28 from FeaturesAPI import addIntersection, addPartition, addUnion, addRemoveSubShapes
29 from FeaturesAPI import addRecover
30 from FeaturesAPI import addFillet, addChamfer
31 from FeaturesAPI import addFusionFaces
32 from FeaturesAPI import measureLength, measureDistance, measureRadius, measureAngle
33 from FeaturesAPI import shapeProximity
34 from FeaturesAPI import getPointCoordinates, getGeometryCalculation, getBoundingBox
35 from FeaturesAPI import getNormal
36 from FeaturesAPI import getSharedFaces
37 from FeaturesAPI import makeVertexInsideFace
38 from FeaturesAPI import addRemoveResults
39 from FeaturesAPI import addCopy, addImportResult
40 from FeaturesAPI import addDefeaturing
41 from FeaturesAPI import addSewing, addGlueFaces, addLimitTolerance