Salome HOME
Fix failure of tests
[plugins/hexoticplugin.git] / resources / HexoticPLUGIN.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3
4 <meshers>
5
6 <meshers-group name      ="Hexotic"
7                resources ="HexoticPLUGIN"
8                idl-module="HexoticPlugin"
9                server-lib="HexoticEngine"
10                gui-lib   ="HexoticPluginGUI">
11   <hypotheses>
12     <hypothesis type    ="MG-Hexa Parameters"
13                 label-id="MG-Hexa Parameters"
14                 icon-id ="mesh_hypo_Hexotic.png"
15                 dim     ="3">
16       <python-wrap>
17         <accumulative-methods>
18           SetSizeMap
19           UnsetSizeMap
20         </accumulative-methods>
21       </python-wrap>
22     </hypothesis>
23   </hypotheses>
24   <algorithms>
25
26     <algorithm type     ="MG-Hexa"
27                label-id ="MG-Hexa"
28                icon-id  ="mesh_algo_Hexotic.png"
29                group-id ="1"
30                priority ="50"
31                hypos    ="MG-Hexa Parameters"
32                input    ="TRIA,QUAD"
33                output   ="HEXA"
34                need-geom="false"
35                dim      ="3">
36       <python-wrap>
37         <algo>MG-Hexa=Hexahedron(algo=smeshBuilder.MG_Hexa)</algo>
38         <hypo>MG-Hexa Parameters=Parameters()</hypo>
39       </python-wrap>
40     </algorithm>
41
42   </algorithms>
43 </meshers-group>
44
45 </meshers>