Implementation of the issue 21276: EDF 1857 SMESH: Order of algorithms in the combobox

This commit is contained in:
rnv 2011-09-22 11:58:49 +00:00
parent 6783937b28
commit acd8b67399

View File

@ -67,6 +67,14 @@
need-geom="false" need-geom="false"
input="TRIA,QUAD" input="TRIA,QUAD"
dim="3"/> dim="3"/>
<algorithm type="NETGEN_2D_ONLY"
label-id="Netgen 2D"
icon-id="mesh_algo_netgen_2d.png"
hypos="LengthFromEdges,MaxElementArea,NETGEN_Parameters_2D_ONLY"
opt-hypos="QuadranglePreference"
input="EDGE"
output="TRIA,QUAD"
dim="2"/>
<algorithm type="NETGEN_2D" <algorithm type="NETGEN_2D"
label-id="Netgen 1D-2D" label-id="Netgen 1D-2D"
icon-id="mesh_algo_netgen_2d.png" icon-id="mesh_algo_netgen_2d.png"
@ -82,14 +90,6 @@
dim="3" dim="3"
support-submeshes="true" support-submeshes="true"
/> />
<algorithm type="NETGEN_2D_ONLY"
label-id="Netgen 2D"
icon-id="mesh_algo_netgen_2d.png"
hypos="LengthFromEdges,MaxElementArea,NETGEN_Parameters_2D_ONLY"
opt-hypos="QuadranglePreference"
input="EDGE"
output="TRIA,QUAD"
dim="2"/>
</algorithms> </algorithms>
</meshers-group> </meshers-group>