0020918: EDF 1447 SMESH: Mesh common borders

+    <hypothesis type="ImportSource2D"
+    <hypothesis type="ImportSource1D"
+    <algorithm type="Import_1D"
+    <algorithm type="Import_1D2D"
This commit is contained in:
eap 2010-11-12 15:07:34 +00:00
parent c6927367c2
commit 441c471028

View File

@ -122,7 +122,6 @@
<hypothesis type="MaxElementVolume"
label-id="Max. Element Volume"
icon-id="mesh_hypo_volume.png"
need-geom = "false"
dim="3"/>
<hypothesis type="ProjectionSource3D"
@ -140,6 +139,16 @@
icon-id="mesh_hypo_length.png"
dim="1"/>
<hypothesis type="ImportSource2D"
label-id="Source Faces"
icon-id="mesh_hypo_area.png"
dim="2"/>
<hypothesis type="ImportSource1D"
label-id="Source Edges"
icon-id="mesh_hypo_length.png"
dim="1"/>
<hypothesis type="NumberOfLayers"
label-id="Number of Layers"
icon-id="mesh_hypo_length.png"
@ -240,6 +249,21 @@
input="QUAD,TRIA"
dim="3"/>
<algorithm type="Import_1D"
label-id="Use existing 1D elements"
icon-id="mesh_algo_regular.png"
hypos="ImportSource1D"
output="EDGE"
dim="1"/>
<algorithm type="Import_1D2D"
label-id="Use existing 2D elements"
icon-id="mesh_algo_quad.png"
hypos="ImportSource2D"
output="QUAD,TRIA"
support-submeshes="false"
dim="2"/>
<algorithm type="Prism_3D"
label-id="3D extrusion"
icon-id="mesh_algo_hexa.png"