From 8d444cc01134e924f68893ccbe816e420ade9539 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 28 Feb 2007 09:43:19 +0000 Subject: [PATCH] PAL13460 (force the mesh to go through a point) + static void GetLinkedNodes( const SMDS_MeshNode* node, + TIDSortedElemSet & linkedNodes, + SMDSAbs_ElementType type = SMDSAbs_All ); --- src/SMESH/SMESH_MeshEditor.hxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/SMESH/SMESH_MeshEditor.hxx b/src/SMESH/SMESH_MeshEditor.hxx index 5add2f1a2..81b085096 100644 --- a/src/SMESH/SMESH_MeshEditor.hxx +++ b/src/SMESH/SMESH_MeshEditor.hxx @@ -431,7 +431,14 @@ public: static void RemoveElemFromGroups (const SMDS_MeshElement* removeelem, SMESHDS_Mesh * aMesh); - // remove elemToAdd from the groups + // remove elemToAdd from the groups + + /*! + * \brief Return nodes linked to the given one in elements of the type + */ + static void GetLinkedNodes( const SMDS_MeshNode* node, + TIDSortedElemSet & linkedNodes, + SMDSAbs_ElementType type = SMDSAbs_All ); static const SMDS_MeshElement* FindFaceInSet(const SMDS_MeshNode* n1, -- 2.39.2