mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 10:50:34 +05:00
0021557: EDF 2161 SMESH: Duplicate elements and nodes
+<li><b>Construct group with newly created nodes</b> option (<em>checked by default</em>): + if checked - the group of just created nodes will be built.</li>
This commit is contained in:
parent
b6aab8c7f6
commit
18728bb509
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 22 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 27 KiB |
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
\page double_nodes_page Duplicate Nodes
|
\page double_nodes_page Duplicate Nodes
|
||||||
|
|
||||||
\n This operation allows to duplicate nodes of your mesh.
|
\n This operation allows to duplicate nodes of your mesh that is
|
||||||
|
useful to emulate a crack in the model.
|
||||||
Duplication consists in replacement of an existing mesh element by another one.
|
Duplication consists in replacement of an existing mesh element by another one.
|
||||||
Lower level elements of the duplicated ones are cloned
|
Lower level elements of the duplicated ones are cloned automatically.
|
||||||
automatically.
|
|
||||||
|
|
||||||
<em>To duplicate nodes:</em>
|
<em>To duplicate nodes:</em>
|
||||||
<ol>
|
<ol>
|
||||||
@ -61,7 +61,9 @@ Parameters to be defined in this mode:
|
|||||||
<li><b>Group of elements to replace nodes with new ones</b> (<em>mandatory</em>): the duplicated nodes
|
<li><b>Group of elements to replace nodes with new ones</b> (<em>mandatory</em>): the duplicated nodes
|
||||||
will be associated with these elements.</li>
|
will be associated with these elements.</li>
|
||||||
<li><b>Construct group with newly created elements</b> option (<em>checked by default</em>):
|
<li><b>Construct group with newly created elements</b> option (<em>checked by default</em>):
|
||||||
if checked - the group with just created elements will be built.</li>
|
if checked - the group of just created elements will be built.</li>
|
||||||
|
<li><b>Construct group with newly created nodes</b> option (<em>checked by default</em>):
|
||||||
|
if checked - the group of just created nodes will be built.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ the mesh or some of its elements.</li>
|
|||||||
elements.</li>
|
elements.</li>
|
||||||
<li>\subpage symmetry_page "Mirror" the mesh
|
<li>\subpage symmetry_page "Mirror" the mesh
|
||||||
through a point or a vector of symmetry.</li>
|
through a point or a vector of symmetry.</li>
|
||||||
<li>\subpage double_nodes_page "Duplicate nodes".</li>
|
<li>\subpage double_nodes_page "Duplicate nodes" to emulate a crack in the model.</li>
|
||||||
<li>Unite meshes by \subpage sewing_meshes_page "sewing" free borders,
|
<li>Unite meshes by \subpage sewing_meshes_page "sewing" free borders,
|
||||||
conform free borders, border to side or side elements.</li>
|
conform free borders, border to side or side elements.</li>
|
||||||
<li>\subpage merging_nodes_page "Merge Nodes", considered coincident
|
<li>\subpage merging_nodes_page "Merge Nodes", considered coincident
|
||||||
|
Loading…
Reference in New Issue
Block a user