Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/smesh.git] / doc / salome / gui / SMESH / input / mesh_through_point.doc
1 /*!
2
3 \page mesh_through_point_page Mesh through point
4
5 \n In mesh you can define a node at a certain point either by creation
6 of a new node, by movement of the node closest to the point or by
7 movement of any node to the point.
8
9 <em>To create a mesh passing through a point:</em>
10 <ol>
11 <li>From the \b Modification menu choose the <b>Mesh through point</b> item or
12 click <em>"Mesh to pass through a point"</em> button in the toolbar.
13
14 \image html mesh_node_to_point.png
15 <center><em>"Mesh to pass through a point" button</em></center>
16
17 The following dialog box shall appear:
18
19 \image html meshtopass.png
20
21 </li>
22 <li>Enter the coordinates of the point.</li>
23 <li>Choose one of several methods: you can either \b Create a new node at
24 the indicated point or Move the existing node to the point. In the
25 latter case you can check in <b>Automatic search</b> of the closest node or
26 select the necessary node manually. \b Preview check-box allows to see
27 the results of the operation.</li>
28 <li>Click the \b Apply or \b OK button.</li>
29 </ol>
30
31 <br><b>See Also</b> a sample TUI Script of a 
32 \ref tui_mesh_through_point "Mesh through point" operation.  
33
34 */