smesh/src
eap 7756cec8c7 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:52:11 +00:00
..
Controls Merge from V5_1_2_BR branch (14 July 2009) 2009-07-15 08:11:22 +00:00
Driver Test EXPORTS definition with target name as suggested by cmake 2009-03-06 16:00:11 +00:00
DriverDAT Test EXPORTS definition with target name as suggested by cmake 2009-03-06 16:00:11 +00:00
DriverMED Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined 2009-08-13 05:50:13 +00:00
DriverSTL Test EXPORTS definition with target name as suggested by cmake 2009-03-06 16:00:11 +00:00
DriverUNV 0019936: EDF 794 SMESH : Export UNV : Node color and group id 2009-05-26 05:22:13 +00:00
MEFISTO2 Fix compilation problems on Windows 2009-07-31 13:52:22 +00:00
OBJECT To avoid memory leaks 2009-09-03 08:50:15 +00:00
SMDS 0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates 2009-09-10 05:19:01 +00:00
SMESH 0020464: EDF 1100 SMESH: Performance issue of the function MoveNode 2009-09-10 05:49:16 +00:00
SMESH_I 0020464: EDF 1100 SMESH: Performance issue of the function MoveNode 2009-09-10 05:52:11 +00:00
SMESH_SWIG Integration improvements 0020310 and 0020431. 2009-08-27 07:26:22 +00:00
SMESH_SWIG_WITHIHM Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined 2009-08-13 05:50:13 +00:00
SMESHClient Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined 2009-08-13 05:50:13 +00:00
SMESHDS IMP 0020089: Take into account 0D elements (MED_POINT1) 2009-07-16 13:33:03 +00:00
SMESHFiltersSelection Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined 2009-08-13 05:50:13 +00:00
SMESHGUI PAL20378 2009-09-04 08:21:40 +00:00
StdMeshers fix SetEventListener() for the case of groups 2009-08-27 13:56:40 +00:00
StdMeshers_I Integration improvements 0020310 and 0020431. 2009-08-27 07:26:22 +00:00
StdMeshersGUI PAL20378 2009-09-04 08:21:40 +00:00
Makefile.am Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00