mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +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"
|
||||
icon-id="mesh_hypo_length.png"
|
||||
dim="3"/>
|
||||
|
||||
<hypothesis type="QuadrangleParams"
|
||||
label-id="Quadrangle Parameters"
|
||||
icon-id="mesh_hypo_length.png"
|
||||
dim="2"/>
|
||||
|
||||
</hypotheses>
|
||||
|
||||
<algorithms>
|
||||
@ -184,6 +190,7 @@
|
||||
<algorithm type="Quadrangle_2D"
|
||||
label-id="Quadrangle (Mapping)"
|
||||
icon-id="mesh_algo_quad.png"
|
||||
hypos="QuadrangleParams"
|
||||
opt-hypos="QuadranglePreference,TrianglePreference"
|
||||
input="EDGE"
|
||||
output="QUAD"
|
||||
|
Loading…
Reference in New Issue
Block a user