eap 097d80f018 0020743: EDF 1271 SMESH : Create a mesh from a group / FindElementByPoint() on groups
+     * Searching among the given elements, return elements of given type
+     * where the given point is IN or ON.
+     *
+     * 'ALL' type means elements of any type excluding nodes and 0D elements
+     */
+    long_array FindAmongElementsByPoint(in SMESH_IDSource elements,
+                                        in double x, in double y, in double z,
+                                        in ElementType type);
2011-06-14 14:05:24 +00:00
..
2011-06-06 08:15:39 +00:00
2011-06-06 08:15:39 +00:00
2011-06-06 08:15:39 +00:00
2011-06-06 08:15:39 +00:00