smesh/doc/salome/gui/SMESH/input/mesh_through_point.doc

39 lines
1.4 KiB
Plaintext
Raw Normal View History

/*!
2012-08-09 16:03:55 +06:00
\page mesh_through_point_page Moving nodes
2012-08-09 16:03:55 +06:00
\n In mesh you can define a node at a certain point either
by movement of the node closest to the point or by
movement of any node to the point.
2012-08-09 16:03:55 +06:00
<em>To displace a node:</em>
<ol>
2012-08-09 16:03:55 +06:00
<li>From the \b Modification menu choose the <b>Move node</b> item or
click <em>"Move Node"</em> button in the toolbar.
2012-08-09 16:03:55 +06:00
\image html image67.png
<center><em>"Move Node" button</em></center>
One of the following dialogs will appear:
\image html meshtopass1.png "manual method of selecting node"
\image html meshtopass2.png "automatic method of selecting node"
</li>
<li>Specify the way of selection of the node: manually (first radio button) or automatically (second radio button).</li>
<li>If the manual method selected, select the necessary node (X, Y, Z fields show the original coordinates of the node to move) or set the ID node.</li>
2012-08-09 16:03:55 +06:00
<li>Enter the coordinates of the destination point.</li>
<li>Click <b>Update Destination</b> button to update the coordinates of the destination point.</li>
<li>Activate \b Preview checkbox to show the result of move in the viewer</li>
<li>Click the \b Apply or <b>Apply and Close</b> button to confirm the operation.</li>
</ol>
2012-08-09 16:03:55 +06:00
\image html moving_nodes1.png "The initial mesh"
\image html moving_nodes2.png "The modified mesh"
<br><b>See Also</b> a sample TUI Script of a
2012-08-09 16:03:55 +06:00
\ref tui_moving_nodes "Moving Nodes" operation.
*/