From 56c9db3f13d2a479af000eb230bc5d34ed2d9b1f Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 6 Dec 2006 15:43:42 +0000 Subject: [PATCH] PAL13473 (Build repetitive mesh): add GetElemNodes() --- src/SMESH_I/SMESH_Mesh_i.hxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/SMESH_I/SMESH_Mesh_i.hxx b/src/SMESH_I/SMESH_Mesh_i.hxx index 6e87e0383..507fb6615 100644 --- a/src/SMESH_I/SMESH_Mesh_i.hxx +++ b/src/SMESH_I/SMESH_Mesh_i.hxx @@ -338,6 +338,11 @@ public: */ CORBA::Long GetElemNbNodes(const CORBA::Long id); + /*! + * Returns IDs of nodes of given element + */ + SMESH::long_array* GetElemNodes(const CORBA::Long id); + /*! * Returns ID of node by given index for given element * If there is not element for given ID - returns -1 -- 2.39.2