<hypothesis type="MaxElementVolume"
label-id="Max. Element Volume"
icon-id="mesh_hypo_volume.png"
- need-geom = "false"
dim="3"/>
<hypothesis type="ProjectionSource3D"
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"
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"