Salome HOME
0020464: EDF 1100 SMESH: Performance issue of the function MoveNode
authoreap <eap@opencascade.com>
Thu, 10 Sep 2009 05:40:45 +0000 (05:40 +0000)
committereap <eap@opencascade.com>
Thu, 10 Sep 2009 05:40:45 +0000 (05:40 +0000)
commit58a4d3cca6695446785c71d1fa026caff1334b80
treef527225c4060c517731a9389346944b2e9b4b165
parent0f2c407672349bcb4369bf9b210913d945a10ca5
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