Salome HOME
0020743: EDF 1271 SMESH : Create a mesh from a group / FindElementByPoint() groups
authoreap <eap@opencascade.com>
Tue, 14 Jun 2011 13:54:32 +0000 (13:54 +0000)
committereap <eap@opencascade.com>
Tue, 14 Jun 2011 13:54:32 +0000 (13:54 +0000)
commit7d0549090a7d5d931b6551fc7dccefbd6cf83b9f
tree7aa5e0edd0793012cc2e66404c3321c0f9c40f6c
parent9012a64442203afa79f4e8e02fcd8095b4444b67
0020743: EDF 1271 SMESH : Create a mesh from a group / FindElementByPoint() 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
+   */
+  SMESH::long_array* FindAmongElementsByPoint(SMESH::SMESH_IDSource_ptr elements,
+                                              CORBA::Double             x,
+                                              CORBA::Double             y,
+                                              CORBA::Double             z,
+                                              SMESH::ElementType        type);
src/SMESH_I/SMESH_MeshEditor_i.cxx
src/SMESH_I/SMESH_MeshEditor_i.hxx