mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 08:39:16 +05:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
|
/*!
|
||
|
|
||
|
\page mesh_through_point_page Mesh through point
|
||
|
|
||
|
\n In mesh you can define a node at a certain point either by creation
|
||
|
of a new node, by movement of the node closest to the point or by
|
||
|
movement of any node to the point.
|
||
|
|
||
|
<em>To create a mesh passing through a point:</em>
|
||
|
<ol>
|
||
|
<li>From the \b Modification menu choose the <b>Mesh through point</b> item or
|
||
|
click <em>"Mesh to pass through a point"</em> button in the toolbar.
|
||
|
|
||
|
\image html mesh_node_to_point.png
|
||
|
<center><em>"Mesh to pass through a point" button</em></center>
|
||
|
|
||
|
The following dialog box shall appear:
|
||
|
|
||
|
\image html meshtopass.png
|
||
|
|
||
|
</li>
|
||
|
<li>Enter the coordinates of the point.</li>
|
||
|
<li>Choose one of several methods: you can either \b Create a new node at
|
||
|
the indicated point or Move the existing node to the point. In the
|
||
|
latter case you can check in <b>Automatic search</b> of the closest node or
|
||
|
select the necessary node manually. \b Preview check-box allows to see
|
||
|
the results of the operation.</li>
|
||
|
<li>Click the \b Apply or \b OK button.</li>
|
||
|
</ol>
|
||
|
|
||
|
<br><b>See Also</b> a sample TUI Script of a
|
||
|
\ref tui_mesh_through_point "Mesh through point" operation.
|
||
|
|
||
|
*/
|