mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-14 10:01:34 +05:00

+ * 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);