FEM: python mesh API, add methods to retrieve group data
This commit is contained in:
@@ -129,6 +129,21 @@
|
||||
<UserDocu>Return a tuple of node IDs to a given element ID</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getGroupName" Const="true">
|
||||
<Documentation>
|
||||
<UserDocu>Return a string of group name to a given group ID</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getGroupElementType" Const="true">
|
||||
<Documentation>
|
||||
<UserDocu>Return a string of group element type to a given group ID</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getGroupElements" Const="true">
|
||||
<Documentation>
|
||||
<UserDocu>Return a tuple of ElementIDs to a given group ID</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Attribute Name="Nodes" ReadOnly="true">
|
||||
<Documentation>
|
||||
<UserDocu>Dictionary of Nodes by ID (int ID:Vector())</UserDocu>
|
||||
|
||||
Reference in New Issue
Block a user