Salome HOME
Simplification de insereFissureLongue
[modules/smesh.git] / src / Tools / blocFissure / gmu / CMakeLists.txt
1 # Copyright (C) 2012-2020  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
20 # --- scripts ---
21
22 # scripts / static
23 SET(plugin_SCRIPTS
24   __init__.py
25   ajustePointsEdgePipeFissure.py
26   blocDefaut.py
27   calculePointsAxiauxPipe.py
28   casStandard.py
29   checkDecoupePartition.py
30   commonSubShapes.py
31   compoundFromList.py
32   construitEdgesRadialesDebouchantes.py
33   construitFissureGenerale.py
34   construitMaillagePipe.py
35   construitPartitionsPeauFissure.py
36   creePointsPipePeau.py
37   creeZoneDefautDansObjetSain.py
38   creeZoneDefautFilling.py
39   creeZoneDefautGeom.py
40   creeZoneDefautMaillage.py
41   distance2.py
42   eliminateDoubles.py
43   elimineExtremitesPipe.py
44   ellipsoideDefaut.py
45   enleveDefaut.py
46   extractionOrienteeMulti.py
47   extractionOrientee.py
48   facesCirculaires.py
49   facesFissure.py
50   facesToreInBloc.py
51   facesVolumesToriques.py
52   findWireEndVertices.py
53   findWireIntermediateVertices.py
54   fissError.py
55   fissureCoude.py
56   fissureGenerique.py
57   fusionMaillageAttributionDefaut.py
58   genereElemsFissureElliptique.py
59   genereMeshCalculZoneDefaut.py
60   geomsmesh.py
61   getCentreFondFiss.py
62   getStatsMaillageFissure.py
63   getSubshapeIds.py
64   identifieEdgesPeau.py
65   identifieElementsDebouchants.py
66   identifieElementsFissure.py
67   identifieElementsGeometriquesPeau.py
68   identifieFacesEdgesFissureExterne.py
69   identifieFacesPeau.py
70   initEtude.py
71   initLog.py
72   insereFissureElliptique.py
73   insereFissureGenerale.py
74   insereFissureLongue.py
75   insereFissureLongue_a.py
76   insereFissureLongue_b.py
77   insereFissureLongue_c.py
78   insereFissureLongue_d.py
79   listOfExtraFunctions.py
80   mailleAretesEtJonction.py
81   mailleFacesFissure.py
82   mailleFacesPeau.py
83   meshBlocPart.py
84   orderEdgesFromWire.py
85   partitionBlocDefaut.py
86   partitionneFissureParPipe.py
87   partitionVolumeSain.py
88   peauInterne.py
89   produitMixte.py
90   projettePointSurCourbe.py
91   prolongeVertices.py
92   prolongeWire.py
93   propagateTore.py
94   putName.py
95   quadranglesToShapeNoCorner.py
96   quadranglesToShape.py
97   quadranglesToShapeWithCorner.py
98   regroupeSainEtDefaut.py
99   restreintFaceFissure.py
100   rotTrans.py
101   shapesSurFissure.py
102   shapeSurFissure.py
103   sortEdges.py
104   sortFaces.py
105   sortGeneratrices.py
106   sortSolids.py
107   substractSubShapes.py
108   testgmu.py
109   toreFissure.py
110   triedreBase.py
111   trouveEdgesFissPeau.py
112   whichSideMulti.py
113   whichSide.py
114   whichSideVertex.py
115 )
116
117 # --- rules ---
118
119 SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_INSTALL_PYTHON}/blocFissure/gmu)