mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
Implementation of Quadrangle (Mapping) for faces built on 3 edges (0018911 from Mantis).
This commit is contained in:
parent
4e54c1cef1
commit
418ecd5e73
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user