Fem: add Support for loads and supports on edges to CalculiX file

This commit is contained in:
Bernd Hahnebach
2015-03-24 19:22:05 +01:00
committed by wmayer
parent e4c2421350
commit a15ea4ca18
5 changed files with 96 additions and 19 deletions

View File

@@ -94,6 +94,11 @@
<UserDocu>Return a list of node IDs which belong to a TopoFace</UserDocu>
</Documentation>
</Methode>
<Methode Name="getNodesByEdge" Const="true">
<Documentation>
<UserDocu>Return a list of node IDs which belong to a TopoEdge</UserDocu>
</Documentation>
</Methode>
<Attribute Name="Nodes" ReadOnly="true">
<Documentation>
<UserDocu>Dictionary of Nodes by ID (int ID:Vector())</UserDocu>