mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Add a method comment
This commit is contained in:
parent
8951167c87
commit
c8c3c7ed5d
@ -3709,6 +3709,12 @@ SMESH::NodePosition* SMESH_Mesh_i::GetNodePosition(CORBA::Long NodeID)
|
||||
return aNodePosition;
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
/*!
|
||||
* \brief Return position of an element on shape
|
||||
*/
|
||||
//=============================================================================
|
||||
|
||||
SMESH::ElementPosition SMESH_Mesh_i::GetElementPosition(CORBA::Long ElemID)
|
||||
{
|
||||
if ( _preMeshInfo )
|
||||
|
Loading…
Reference in New Issue
Block a user