Salome HOME
Import a new plugin, sent by Stephane LIAUZU
[plugins/hexoticplugin.git] / resources / HexoticPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3
4 <!--  GUI customization for Hexotic Plugin  -->
5
6 <meshers>
7
8 <meshers-group name="Hexotic"
9                resources="HexoticPlugin"
10                server-lib="libHexoticEngine.so"
11                gui-lib="libHexoticPluginGUI.so">
12   <hypotheses>
13     <hypothesis type="Hexotic_Parameters"
14                 label-id="Hexotic Parameters"
15                 icon-id="mesh_hypo_Hexotic.png"
16                 dim="3"/>
17   </hypotheses>
18   <algorithms>
19     <algorithm type="Hexotic_3D"
20                label-id="Hexotic"
21                icon-id="mesh_algo_Hexotic.png"
22                hypos="Hexotic_Parameters"
23                input="TRIA,QUAD"
24                dim="3"/>
25   </algorithms>
26 </meshers-group>
27
28 </meshers>