mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
7756cec8c7
+ /*! + * 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); + |
||
---|---|---|
.. | ||
Controls | ||
Driver | ||
DriverDAT | ||
DriverMED | ||
DriverSTL | ||
DriverUNV | ||
MEFISTO2 | ||
OBJECT | ||
SMDS | ||
SMESH | ||
SMESH_I | ||
SMESH_SWIG | ||
SMESH_SWIG_WITHIHM | ||
SMESHClient | ||
SMESHDS | ||
SMESHFiltersSelection | ||
SMESHGUI | ||
StdMeshers | ||
StdMeshers_I | ||
StdMeshersGUI | ||
Makefile.am |