mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 16:54:17 +05:00
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:
parent
c6927367c2
commit
441c471028
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user