mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-31 17:50:33 +05:00
- CORBA::Long SMESH_MeshEditor_i::FindNodeClosestTo(CORBA::Double x,
- CORBA::Double y, - CORBA::Double z); + CORBA::Long FindNodeClosestTo(CORBA::Double x, + CORBA::Double y, + CORBA::Double z);
This commit is contained in:
parent
7e8c1c603d
commit
e4bbd9cf6a
@ -437,9 +437,9 @@ class SMESH_MeshEditor_i: public POA_SMESH::SMESH_MeshEditor
|
|||||||
/*!
|
/*!
|
||||||
* \brief Return ID of node closest to a given point
|
* \brief Return ID of node closest to a given point
|
||||||
*/
|
*/
|
||||||
CORBA::Long SMESH_MeshEditor_i::FindNodeClosestTo(CORBA::Double x,
|
CORBA::Long FindNodeClosestTo(CORBA::Double x,
|
||||||
CORBA::Double y,
|
CORBA::Double y,
|
||||||
CORBA::Double z);
|
CORBA::Double z);
|
||||||
/*!
|
/*!
|
||||||
* Return elements of given type where the given point is IN or ON.
|
* Return elements of given type where the given point is IN or ON.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user