X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_MeshEditor.idl;h=2ec0484ea4e2435532c6b00c7271481628d4e0e6;hp=86493fe3464c924ee3110cf4b4eef289efaa867b;hb=858b4bff6498075831d120d54f3dfe25566336b9;hpb=db0762b147330b30333b8d2f5885bacd78f7ea3f diff --git a/idl/SMESH_MeshEditor.idl b/idl/SMESH_MeshEditor.idl index 86493fe34..2ec0484ea 100644 --- a/idl/SMESH_MeshEditor.idl +++ b/idl/SMESH_MeshEditor.idl @@ -773,6 +773,20 @@ module SMESH in ElementType type) raises (SALOME::SALOME_Exception); + /*! + * Project a point to a mesh object. + * Return ID of an element of given type where the given point is projected + * and coordinates of the projection point. + * In the case if nothing found, return -1 and [] + */ + long ProjectPoint(in double x, + in double y, + in double z, + in SMESH_IDSource meshObject, + in ElementType type, + out double_array projecton) + raises (SALOME::SALOME_Exception); + /*! * Return point state in a closed 2D mesh in terms of TopAbs_State enumeration. * TopAbs_UNKNOWN state means that either mesh is wrong or the analysis fails.