Salome HOME
Rename HexaBlockEngine library to the HexaBlockPluginEngine to avoid problems on...
[plugins/hexablockplugin.git] / resources / HEXABLOCKPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3 <!--
4   Copyright (C) 2009-2013  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.
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 MESH component  -->
25
26 <meshers>
27
28 <meshers-group name="HEXABLOCK"
29                resources="HEXABLOCKPlugin"
30                idl-module="HEXABLOCKPlugin"
31                server-lib="HexaBlockPluginEngine"
32                gui-lib="HEXABLOCKPluginGUI">
33
34   <hypotheses>
35     <hypothesis type="HEXABLOCK_Parameters"
36                 label-id="HEXABLOCK_Parameters"
37                 icon-id="mesh_hypo_HEXABLOCK.png"
38                 dim="3"/>
39   </hypotheses>
40
41   <algorithms>
42     <algorithm type="HEXABLOCK_3D"
43                label-id="Hexahedron (HEXABLOCK)"
44                icon-id="mesh_tree_hypo_HEXABLOCK.png"
45                need-geom="false"
46                hypos="HEXABLOCK_Parameters"
47                dim="3"
48                support-submeshes="false"
49                />
50   </algorithms>
51 </meshers-group>
52
53 </meshers>