mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 08:39:16 +05:00
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
/*!
|
|
|
|
\page moving_nodes_page Moving nodes
|
|
|
|
\n In MESH you can change the location of any node of your mesh. In
|
|
this case all adjacent elements (edges) will be also transformed right
|
|
after the displaced node.
|
|
|
|
<em>To displace a node:</em>
|
|
<ol>
|
|
<li>From the \b Modification menu choose the <b>Move node</b> item or
|
|
click <em>"Move Node"</em> button in the toolbar.
|
|
|
|
\image html image67.png
|
|
<center><em>"Move Node" button</em></center>
|
|
|
|
The following dialog box shall appear:
|
|
|
|
\image html movenodes.png
|
|
|
|
</li>
|
|
<li>Enter the ID of the required node in the <b>Node ID</b> field or
|
|
select this node in the 3D viewer. The coordinates of your node will
|
|
be automatically displayed in the \b Coordinates set of fields.</li>
|
|
<li>Set new coordinates for your node in the \b Coordinates set of fields.</li>
|
|
<li>Click the \b Apply or <b>Apply and Close</b> button.</li>
|
|
</ol>
|
|
|
|
\image html moving_nodes1.png "The initial mesh"
|
|
|
|
\image html moving_nodes2.png "The node has been moved, transforming all adjacent edges"
|
|
|
|
<br><b>See Also</b> a sample TUI Script of a
|
|
\ref tui_moving_nodes "Moving Nodes" operation.
|
|
|
|
*/ |