Implementation of Quadrangle (Mapping) for faces built on 3 edges (0018911 from Mantis).

This commit is contained in:
skl 2009-07-24 05:08:32 +00:00
parent 4e54c1cef1
commit 418ecd5e73

View File

@ -144,6 +144,12 @@
label-id="Distribution of Layers" label-id="Distribution of Layers"
icon-id="mesh_hypo_length.png" icon-id="mesh_hypo_length.png"
dim="3"/> dim="3"/>
<hypothesis type="QuadrangleParams"
label-id="Quadrangle Parameters"
icon-id="mesh_hypo_length.png"
dim="2"/>
</hypotheses> </hypotheses>
<algorithms> <algorithms>
@ -184,6 +190,7 @@
<algorithm type="Quadrangle_2D" <algorithm type="Quadrangle_2D"
label-id="Quadrangle (Mapping)" label-id="Quadrangle (Mapping)"
icon-id="mesh_algo_quad.png" icon-id="mesh_algo_quad.png"
hypos="QuadrangleParams"
opt-hypos="QuadranglePreference,TrianglePreference" opt-hypos="QuadranglePreference,TrianglePreference"
input="EDGE" input="EDGE"
output="QUAD" output="QUAD"