mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
22504: [CEA 1078] The creation of a sub-mesh UseExistingFaces suppresses the created elements
Import 2D elements ... => Import 1D-2D elements ...
This commit is contained in:
parent
e85ddd2bb0
commit
cd3fc5209f
@ -37,7 +37,7 @@ This page provides example codes of \ref tui_defining_meshing_algos
|
|||||||
<li> \ref tui_quadrangle_parameters "Quadrangle Parameters" hypothesis </li>
|
<li> \ref tui_quadrangle_parameters "Quadrangle Parameters" hypothesis </li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>\ref tui_import "Import 2D Elements from Another Mesh" algorithm</li>
|
<li>\ref tui_import "Import 1D-2D Elements from Another Mesh" algorithm</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -124,7 +124,7 @@ This page provides example codes of \ref tui_defining_meshing_algos
|
|||||||
\tui_script{defining_hypotheses_ex15.py}
|
\tui_script{defining_hypotheses_ex15.py}
|
||||||
|
|
||||||
\anchor tui_import
|
\anchor tui_import
|
||||||
<h2>"Import 2D Elements from Another Mesh" example </h2>
|
<h2>"Import 1D-2D Elements from Another Mesh" example </h2>
|
||||||
\tui_script{defining_hypotheses_ex16.py}
|
\tui_script{defining_hypotheses_ex16.py}
|
||||||
|
|
||||||
\anchor tui_viscous_layers
|
\anchor tui_viscous_layers
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
|
|
||||||
\page import_algos_page "Import nD Elements from Another Mesh" Algorithms
|
\page import_algos_page "Import Elements from Another Mesh" Algorithms
|
||||||
|
|
||||||
\n <em>Import nD Elements from Another Mesh </em>algorithms allow to
|
\n <em>Import nD Elements from Another Mesh </em>algorithms allow to
|
||||||
define the mesh of a geometrical
|
define the mesh of a geometrical
|
||||||
@ -40,7 +40,7 @@ mesh. In this case <b>To copy groups</b> checkbox allows to create
|
|||||||
the same groups as in the imported source mesh.</li>
|
the same groups as in the imported source mesh.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<b>Import 2D Elements from Another Mesh</b> algorithm allows to define
|
<b>Import 1D-2D Elements from Another Mesh</b> algorithm allows to define
|
||||||
the mesh of a geometrical face (or group of faces)
|
the mesh of a geometrical face (or group of faces)
|
||||||
by importing mesh faces contained in a group (or groups) from another
|
by importing mesh faces contained in a group (or groups) from another
|
||||||
(or this) mesh. 1D elements on the boundary of the geometrical face
|
(or this) mesh. 1D elements on the boundary of the geometrical face
|
||||||
@ -48,7 +48,7 @@ by importing mesh faces contained in a group (or groups) from another
|
|||||||
with the created 2D elements.<br>
|
with the created 2D elements.<br>
|
||||||
To apply this algorithm select the geometrical face to be meshed (indicated in
|
To apply this algorithm select the geometrical face to be meshed (indicated in
|
||||||
the field \b Geometry of <b>Create mesh</b> dialog box),
|
the field \b Geometry of <b>Create mesh</b> dialog box),
|
||||||
<b>Import 2D Elements from Another Mesh</b> in the list of 2D
|
<b>Import 1D-2D Elements from Another Mesh</b> in the list of 2D
|
||||||
algorithms and click the <em>"Add Hypothesis"</em> button.
|
algorithms and click the <em>"Add Hypothesis"</em> button.
|
||||||
The following dialog box will appear:
|
The following dialog box will appear:
|
||||||
|
|
||||||
|
@ -392,7 +392,7 @@
|
|||||||
</algorithm>
|
</algorithm>
|
||||||
|
|
||||||
<algorithm type ="Import_1D2D"
|
<algorithm type ="Import_1D2D"
|
||||||
label-id ="Import 2D Elements from Another Mesh"
|
label-id ="Import 1D-2D Elements from Another Mesh"
|
||||||
icon-id ="mesh_algo_quad.png"
|
icon-id ="mesh_algo_quad.png"
|
||||||
hypos ="ImportSource2D"
|
hypos ="ImportSource2D"
|
||||||
output ="QUAD,TRIA"
|
output ="QUAD,TRIA"
|
||||||
|
Loading…
Reference in New Issue
Block a user