Salome HOME
Fix Redesign of SMESH documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / find_element_by_point.rst
1 .. _find_element_by_point_page:
2
3 *********************
4 Find Element by Point
5 *********************
6
7 This functionality allows you to find all mesh elements to which belongs a certain point.
8
9 *To find the elements:*
10
11 .. |img| image:: ../images/findelement3.png
12
13 #. Select a mesh or a group
14 #. Select from the Mesh menu or from the context menu the Find Element by Point item |img|.
15
16
17    The following dialog box will appear:
18
19         .. image:: ../images/findelement2.png
20                 :align: center
21
22
23 #. In this dialog box you should select:
24         * the coordinates of the point;
25         * the type of elements to be found; it is also possible to find elements of all types related to the reference point. Choose type "All" to find elements of any type except for nodes and 0D elements.
26 #. Click the **Find** button. IDs of found entities will be shown.
27
28 .. image:: ../images/findelement1.png 
29         :align: center
30
31 .. centered:: 
32         The reference point and the related elements.
33
34
35 **See Also** a sample TUI Script of a :ref:`tui_find_element_by_point` operation.
36
37