Salome HOME
08a612752a58dab47ead6f2acf6e35a8c65f068e
[modules/smesh.git] / src / Tools / blocFissure / gmu / CMakeLists.txt
1 # Copyright (C) 2012-2021  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   construitEdgesRadialesDebouchantes_a.py
34   construitEdgesRadialesDebouchantes_b.py
35   construitEdgesRadialesDebouchantes_c.py
36   construitFissureGenerale.py
37   construitFissureGenerale_a.py
38   construitFissureGenerale_b.py
39   construitFissureGenerale_c.py
40   construitMaillagePipe_a.py
41   construitMaillagePipe_b.py
42   construitMaillagePipe_c.py
43   construitMaillagePipe_d.py
44   construitMaillagePipe.py
45   construitPartitionsPeauFissure.py
46   creePointsPipePeau.py
47   creeZoneDefautDansObjetSain.py
48   creeZoneDefautFilling.py
49   creeZoneDefautGeom.py
50   creeZoneDefautMaillage.py
51   distance2.py
52   eliminateDoubles.py
53   elimineExtremitesPipe.py
54   ellipsoideDefaut.py
55   enleveDefaut.py
56   extractionOrienteeMulti.py
57   extractionOrientee.py
58   extractionOrientee_a.py
59   facesCirculaires.py
60   facesFissure.py
61   facesToreInBloc.py
62   facesVolumesToriques.py
63   findWireEndVertices.py
64   findWireIntermediateVertices.py
65   findWireVertices.py
66   fissError.py
67   fissureCoude.py
68   fissureGenerique.py
69   fusionMaillageAttributionDefaut.py
70   genereElemsFissureElliptique.py
71   genereMeshCalculZoneDefaut.py
72   geomsmesh.py
73   getCentreFondFiss.py
74   getStatsMaillageFissure.py
75   getSubshapeIds.py
76   identifieEdgesPeau_a.py
77   identifieEdgesPeau_b.py
78   identifieEdgesPeau_c.py
79   identifieEdgesPeau.py
80   identifieElementsDebouchants_a.py
81   identifieElementsDebouchants_b.py
82   identifieElementsDebouchants_c.py
83   identifieElementsDebouchants_d.py
84   identifieElementsDebouchants.py
85   identifieElementsFissure.py
86   identifieElementsGeometriquesPeau.py
87   identifieFacesEdgesFissureExterne.py
88   identifieFacesPeau.py
89   initEtude.py
90   initLog.py
91   insereFissureElliptique.py
92   insereFissureGenerale.py
93   insereFissureLongue_a.py
94   insereFissureLongue_b.py
95   insereFissureLongue_c.py
96   insereFissureLongue_d.py
97   insereFissureLongue_e.py
98   insereFissureLongue_f.py
99   insereFissureLongue_g.py
100   insereFissureLongue.py
101   listOfExtraFunctions.py
102   mailleAretesEtJonction.py
103   mailleFacesFissure.py
104   mailleFacesPeau.py
105   meshBlocPart.py
106   orderEdgesFromWire.py
107   partitionBlocDefaut.py
108   partitionneFissureParPipe.py
109   partitionVolumeSain.py
110   peauInterne.py
111   produitMixte.py
112   projettePointSurCourbe.py
113   prolongeVertices.py
114   prolongeWire.py
115   propagateTore.py
116   putName.py
117   quadranglesToShapeNoCorner.py
118   quadranglesToShape.py
119   quadranglesToShapeWithCorner.py
120   regroupeSainEtDefaut.py
121   restreintFaceFissure.py
122   rotTrans.py
123   shapesSurFissure.py
124   shapeSurFissure.py
125   sortEdges.py
126   sortFaces.py
127   sortGeneratrices.py
128   sortSolids.py
129   substractSubShapes.py
130   testgmu.py
131   toreFissure.py
132   triedreBase.py
133   trouveEdgesFissPeau.py
134   whichSideMulti.py
135   whichSide.py
136   whichSideVertex.py
137 )
138
139 # --- rules ---
140
141 SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_INSTALL_PYTHON}/blocFissure/gmu)