Fem: Implement getNodeElements function

This commit is contained in:
marioalexis
2023-02-19 07:48:51 -03:00
committed by Uwe
parent 4106ba71c4
commit be3718deea
4 changed files with 93 additions and 48 deletions

View File

@@ -143,6 +143,11 @@
<UserDocu>Return a tuple of node IDs to a given element ID</UserDocu>
</Documentation>
</Methode>
<Methode Name="getNodeElements" Const="true">
<Documentation>
<UserDocu>Return a tuple of specific element IDs associated to a given node ID</UserDocu>
</Documentation>
</Methode>
<Methode Name="getGroupName" Const="true">
<Documentation>
<UserDocu>Return a string of group name to a given group ID</UserDocu>