Salome HOME
0023546: [EDF] AsterStudy: add a method to Python API to show/hide orientation vector...
[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 #. Select a mesh or a group
11 #. Select from the Mesh menu or from the context menu the Find Element by Point item.
12
13         .. image:: ../images/findelement3.png
14                 :align: center
15
16         .. centered:: 
17                 **"Find Element by Point" button**
18
19         The following dialog box will appear:
20
21         .. image:: ../images/findelement2.png
22                 :align: center
23
24
25 #. In this dialog box you should select:
26         * the coordinates of the point;
27         * 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.
28 #. Click the **Find** button.
29
30 .. image:: ../images/findelement1.png 
31         :align: center
32
33 .. centered:: 
34         The reference point and the related elements.
35
36
37 **See Also** a sample TUI Script of a :ref:`tui_find_element_by_point` operation.
38
39