Salome HOME
PAL19680 CEA 4.1.2: Meshers: BLSURF, GHS3D and holed shapes
[plugins/ghs3dplugin.git] / resources / GHS3DPlugin.xml
index 088c6f7ccdd5837d54766e3d4b7db7c024c3f918..37876f44ad2004ec3626d557ef61819d746fe783 100644 (file)
@@ -7,12 +7,22 @@
 
 <meshers-group name="GHS3D"
                resources="GHS3DPlugin"
-               server-lib="libGHS3DEngine.so"
-               gui-lib="">
+               server-lib="GHS3DEngine"
+               gui-lib="GHS3DPluginGUI">
+  <hypotheses>
+    <hypothesis type="GHS3D_Parameters"
+               label-id="GHS3D Parameters"
+               icon-id="mesh_hypo_ghs3d.png"
+               dim="3"/>
+  </hypotheses>
   <algorithms>
     <algorithm type="GHS3D_3D"
                label-id="Tetrahedron (GHS3D)"
-               icon-id="mesh_algo_tetra.png"/>
+               icon-id="mesh_tree_hypo_ghs3d.png"
+               input="TRIA,QUAD"
+              need-geom="false"
+               hypos="GHS3D_Parameters"
+               dim="3"/>
   </algorithms>
 </meshers-group>