]> SALOME platform Git repositories - plugins/blsurfplugin.git/blob - resources/BLSURFPlugin.xml
Salome HOME
6c47800ed0de0237bef080c366e85912e1c78375
[plugins/blsurfplugin.git] / resources / BLSURFPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3 <!--
4   Copyright (C) 2007-2016  CEA/DEN, EDF R&D
5
6   This library is free software; you can redistribute it and/or
7   modify it under the terms of the GNU Lesser General Public
8   License as published by the Free Software Foundation; either
9   version 2.1 of the License, or (at your option) any later version.
10
11   This library is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14   Lesser General Public License for more details.
15
16   You should have received a copy of the GNU Lesser General Public
17   License along with this library; if not, write to the Free Software
18   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19
20   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21
22 -->
23
24 <!--  GUI customization for BLSURF Plugin  -->
25
26 <meshers>
27
28 <meshers-group name="BLSURF"
29                resources="BLSURFPlugin"
30                idl-module="BLSURFPlugin"
31                server-lib="BLSURFEngine"
32                gui-lib="BLSURFPluginGUI">
33   <hypotheses>
34     <hypothesis type="MG-CADSurf Parameters"
35                 label-id="MG-CADSurf Parameters"
36                 icon-id="mesh_hypo_BLSURF.png"
37                 dim="2">
38       <python-wrap>
39         <accumulative-methods>
40           SetOptionValue,
41           SetPreCADOptionValue,
42           UnsetOption,
43           UnsetPreCADOption,
44           AddOption,
45           AddPreCADOption,
46           SetSizeMap,
47           SetConstantSizeMap,
48           UnsetSizeMap,
49           SetAttractor,
50           UnsetAttractor,
51           SetAttractorGeom,
52           UnsetAttractorGeom,
53           SetEnforcedVertex,
54           SetEnforcedVertexNamed,
55           SetEnforcedVertexGeom,
56           SetEnforcedVertexWithGroup,
57           SetEnforcedVertexNamedWithGroup,
58           SetEnforcedVertexGeomWithGroup,
59           UnsetEnforcedVertex,
60           UnsetEnforcedVertexGeom,
61           UnsetEnforcedVertices,
62           AddPreCadFacesPeriodicity
63         </accumulative-methods>
64       </python-wrap>
65     </hypothesis>
66
67   </hypotheses>
68   <algorithms>
69
70     <algorithm type="MG-CADSurf"
71                label-id="MG-CADSurf"
72                icon-id="mesh_algo_BLSURF.png"
73                opt-hypos="MG-CADSurf Parameters,ViscousLayers2D"
74                output="TRIA,QUAD"
75                dim="2"
76                support-submeshes="true">
77       <python-wrap>
78         <algo>MG-CADSurf=Triangle(algo=smeshBuilder.MG_CADSurf)</algo>
79         <hypo>MG-CADSurf Parameters=Parameters()</hypo>
80         <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>
81       </python-wrap>
82     </algorithm>
83
84   </algorithms>
85 </meshers-group>
86
87 </meshers>