Salome HOME
0020743: EDF 1271 SMESH : Create a mesh from a group / FindElementByPoint() on groups
authoreap <eap@opencascade.com>
Tue, 14 Jun 2011 14:05:24 +0000 (14:05 +0000)
committereap <eap@opencascade.com>
Tue, 14 Jun 2011 14:05:24 +0000 (14:05 +0000)
commit097d80f01815979fe5a4995118283eb39f083434
tree42d6b1bfd4968b5a0167dc8cdf828ad8f4a7f574
parentabcace3347912294ac821678c5b0dcf6a15976f4
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);
idl/SMESH_MeshEditor.idl