Salome HOME
0020464: EDF 1100 SMESH: Performance issue of the function MoveNode
authoreap <eap@opencascade.com>
Thu, 10 Sep 2009 05:42:59 +0000 (05:42 +0000)
committereap <eap@opencascade.com>
Thu, 10 Sep 2009 05:42:59 +0000 (05:42 +0000)
commit282336d098334e961c5178568b263bf19984c2ac
treefe7766e8ba0f71be2d6e00a255eee2f5f0870a9c
parent0a74ec9b88562cabe871ecbed7e102b359c8916f
0020464: EDF 1100 SMESH: Performance issue of the function MoveNode

+    /*!
+     * Return ID of node closest to a given point
+     */
+    long FindNodeClosestTo(in double x, in double y, in double z);
+

0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates

+    /*!
+     * 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 FindElementsByPoint(in double x, in double y, in double z, in ElementType type);
+
idl/SMESH_MeshEditor.idl