I'm having some troubles when I try to modify the reference node of a rigid element
or create a new one.
I used the "Node" property of the element object, as depicted in the following code line, where 2 is just an example:
feElem.Node(0) = 2
Quoting pyFemap:
"
# The method Node is actually...