Salome HOME
Be able to use library by setting MG_Hybrid_Parameters.SetToUseLibrary(True)
[plugins/hybridplugin.git] / resources / HYBRIDPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3
4 <meshers>
5
6 <meshers-group name      ="HYBRID"
7                resources ="HYBRIDPlugin"
8                idl-module="HYBRIDPlugin"
9                server-lib="HYBRIDEngine"
10                gui-lib   ="HYBRIDPluginGUI">
11   <hypotheses>
12     <hypothesis type    ="HYBRID_Parameters"
13                 label-id="MG-Hybrid Parameters"
14                 icon-id ="mesh_hypo_hybrid.png"
15                 dim     ="3">
16       <python-wrap>
17         <accumulative-methods>
18           SetEnforcedVertex,
19           SetEnforcedVertexNamed,
20           SetEnforcedVertexWithGroup,
21           SetEnforcedVertexNamedWithGroup,
22           SetEnforcedVertexGeom,
23           SetEnforcedVertexGeomWithGroup,
24           RemoveEnforcedVertex,
25           RemoveEnforcedVertexGeom,
26           SetEnforcedMeshWithGroup,
27           SetEnforcedMeshSize,
28           SetEnforcedMeshSizeWithGroup
29         </accumulative-methods>
30       </python-wrap>
31     </hypothesis>
32   </hypotheses>
33
34   <algorithms>
35     <algorithm type     ="HYBRID_3D"
36                label-id ="MG-Hybrid"
37                icon-id  ="mesh_tree_hypo_hybrid.png"
38                group-id ="2"
39                priority ="40"
40                input    ="TRIA,QUAD"
41                need-geom="false"
42                opt-hypos="HYBRID_Parameters"
43                dim      ="3">
44       <python-wrap>
45         <algo>HYBRID_3D=Tetrahedron(algo=smeshBuilder.HYBRID)</algo>
46         <hypo>HYBRID_Parameters=Parameters()</hypo>
47       </python-wrap>
48     </algorithm>
49
50   </algorithms>
51 </meshers-group>
52
53 </meshers>