Salome HOME
0023212: EDF 12054 - Problem with a pyramidal layer
[modules/smesh.git] / doc / salome / gui / SMESH / input / find_element_by_point.doc
1 /*!
2
3 \page find_element_by_point_page Find Element by Point
4
5 \n This functionality allows you to find all mesh elements to which
6 belongs a certain point.
7
8 <em>To find the elements:</em>
9 <ol>
10 <li>Select a mesh or a group</li>
11 <li>Select from the Mesh menu or from the context menu the Find
12 Element by Point item.
13
14 \image html findelement3.png
15 <center><em>"Find Element by Point" button</em></center>
16
17 The following dialog box will appear:
18
19 \image html findelement2.png
20
21 </li>
22 <li>In this dialog box you should select:
23
24 <ul>
25 <li>the coordinates of the point;</li>
26 <li>the type of elements to be found; it is also possible to find elements
27 of all types related to the reference point. Choose type "All" to find
28 elements of any type except for nodes and 0D elements.</li>
29 </ul>
30
31 </li>
32 <li>Click the \b Find button.
33 </ol>
34
35 \image html findelement1.png 
36 <center>The reference point and the related elements.</center>
37
38
39 <br><b>See Also</b> a sample TUI Script of a \ref tui_find_element_by_point "Find Element by Point" operation.
40
41 */