Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / gui / input / find_element_by_point.rst
diff --git a/doc/gui/input/find_element_by_point.rst b/doc/gui/input/find_element_by_point.rst
new file mode 100644 (file)
index 0000000..1fd4ba7
--- /dev/null
@@ -0,0 +1,37 @@
+.. _find_element_by_point_page:
+
+*********************
+Find Element by Point
+*********************
+
+This functionality allows you to find all mesh elements to which belongs a certain point.
+
+*To find the elements:*
+
+.. |img| image:: ../images/findelement3.png
+
+#. Select a mesh or a group
+#. Select from the Mesh menu or from the context menu the Find Element by Point item |img|.
+
+
+   The following dialog box will appear:
+
+       .. image:: ../images/findelement2.png
+               :align: center
+
+
+#. In this dialog box you should select:
+       * the coordinates of the point;
+       * 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.
+#. Click the **Find** button. IDs of found entities will be shown.
+
+.. image:: ../images/findelement1.png 
+       :align: center
+
+.. centered:: 
+       The reference point and the related elements.
+
+
+**See Also** a sample TUI Script of a :ref:`tui_find_element_by_point` operation.
+
+