mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-26 02:25:37 +05:00
021346: EDF 1938 SMESH: "Use existing elements" functionality
Some more info
This commit is contained in:
parent
01eee42f01
commit
bb14cd1bfc
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
\page import_algos_page Use Existing Elements Algorithms
|
\page import_algos_page Use Existing Elements Algorithms
|
||||||
|
|
||||||
\n Use Existing Elements algorithms allow to define the mesh of a geometrical
|
\n <em>Use Existing Elements </em>algorithms allow to define the mesh of a geometrical
|
||||||
object by the importing suitably located mesh elements from another
|
object by the importing suitably located mesh elements from another
|
||||||
mesh. The mesh elements to import from the other mesh are to be contained in
|
mesh. The mesh elements to import from the other mesh are to be contained in
|
||||||
groups. If several groups are used to mesh one geometry, validity of
|
groups. If several groups are used to mesh one geometry, validity of
|
||||||
@ -19,7 +19,7 @@ together using these algorithms.
|
|||||||
|
|
||||||
<b>Use Existing 1D Elements</b> algorithm allows to define the mesh of
|
<b>Use Existing 1D Elements</b> algorithm allows to define the mesh of
|
||||||
a geometrical edge (or group of edges)
|
a geometrical edge (or group of edges)
|
||||||
by the importing of mesh edges of another mesh contained in a group (or groups).
|
by importing mesh edges contained in a group (or groups) from another mesh.
|
||||||
\n To apply this algorithm select the edge to be meshed (indicated in
|
\n To apply this algorithm select the edge 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>Use existing 1D elements</b> in the list of 1D algorithms and click the
|
<b>Use existing 1D elements</b> in the list of 1D algorithms and click the
|
||||||
@ -28,16 +28,20 @@ The following dialog box will appear:
|
|||||||
|
|
||||||
\image html hyp_source_edges.png
|
\image html hyp_source_edges.png
|
||||||
|
|
||||||
In this menu you can define the \b Name of the algorithm, the
|
In this dialog box you can define
|
||||||
<b>Groups of Edges</b> to import elements from, <b> To copy mesh</b>
|
<ul>
|
||||||
the selected <b>Groups of Edges</b> belong to as a whole and <b>To
|
<li>The \b Name of the algorithm. </li>
|
||||||
copy groups</b> along with the whole mesh.
|
<li>The <b>Groups of Edges</b> to import 1D elements from.
|
||||||
<br>
|
<li>The <b>To copy mesh</b> checkbox is to import not only the edges of
|
||||||
|
the selected <b>Groups of Edges</b> but to copy the whole source
|
||||||
|
mesh. In this case <b>To copy groups</b>, if checked, forces creating
|
||||||
|
the same groups as in the imported source mesh.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<b>Use Existing 2D Elements</b> algorithm allows to define the mesh of
|
<b>Use Existing 2D Elements</b> algorithm allows to define the mesh of
|
||||||
a geometrical face (or group of faces)
|
a geometrical face (or group of faces)
|
||||||
by the importing of mesh faces of another mesh contained in a group (or groups).
|
by importing mesh faces contained in a group (or groups) from another mesh.
|
||||||
\n To apply this algorithm select the edge to be meshed (indicated in
|
\n 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>Use existing 2D elements</b> in the list of 2D algorithms and click the
|
<b>Use existing 2D elements</b> in the list of 2D algorithms and click the
|
||||||
<em>"Add Hypothesis"</em> button.
|
<em>"Add Hypothesis"</em> button.
|
||||||
@ -45,11 +49,15 @@ The following dialog box will appear:
|
|||||||
|
|
||||||
\image html hyp_source_faces.png
|
\image html hyp_source_faces.png
|
||||||
|
|
||||||
In this menu you can define the \b Name of the algorithm, the
|
In this dialog box you can define
|
||||||
<b>Groups of Faces</b> to import elements from, <b> To copy mesh</b>
|
<ul>
|
||||||
the selected <b>Groups of Faces</b> belong to as a whole and <b>To
|
<li>The \b Name of the algorithm. </li>
|
||||||
copy groups</b> along with the whole mesh.
|
<li>The <b>Groups of Faces</b> to import 2D elements from.
|
||||||
<br>
|
<li>The <b>To copy mesh</b> checkbox is to import not only the faces of
|
||||||
|
the selected <b>Groups of Faces</b> but to copy the whole source
|
||||||
|
mesh. In this case <b>To copy groups</b>, if checked, forces creating
|
||||||
|
the same groups as in the imported source mesh.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<br><b>See Also</b> a sample TUI Script of a
|
<br><b>See Also</b> a sample TUI Script of a
|
||||||
\ref tui_import "Use Existing Elements Algorithms".
|
\ref tui_import "Use Existing Elements Algorithms".
|
||||||
|
Loading…
Reference in New Issue
Block a user