smesh/idl
eap 58a4d3cca6 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);
+
2009-09-10 05:40:45 +00:00
..
Makefile.am Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined 2009-08-13 05:50:13 +00:00
SMESH_BasicHypothesis.idl Integration improvements 0020310 and 0020431. 2009-08-27 07:26:22 +00:00
SMESH_Filter.idl Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Gen.idl Implememtation of evaluation for improvement 0019296. 2009-06-29 13:26:16 +00:00
SMESH_Group.idl Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Hypothesis.idl Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMESH_Mesh.idl 0020095: EDF 896 SMESH : Advanced Mesh info on a group 2009-08-21 05:41:59 +00:00
SMESH_MeshEditor.idl 0020464: EDF 1100 SMESH: Performance issue of the function MoveNode 2009-09-10 05:40:45 +00:00
SMESH_Pattern.idl Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00