VzHache
Structural
- Feb 1, 2007
- 16
Hi gents,
I'm trying to write a python script that gives the list of all elements that are connected to a specified node. I did not find the answer on eng tips or with google.
One possbility is to make a loop testing for all elements if the specifiec node belongs to element.connectivity, but it appears costly if the model has hundred thousand nodes.
Furthermore, the viewer gives the information if we ask it. I suppose it is possible to get this information with an internal abaqus command, isn't it?
Can anyone help me?
thanks in advance.
V.
I'm trying to write a python script that gives the list of all elements that are connected to a specified node. I did not find the answer on eng tips or with google.
One possbility is to make a loop testing for all elements if the specifiec node belongs to element.connectivity, but it appears costly if the model has hundred thousand nodes.
Furthermore, the viewer gives the information if we ask it. I suppose it is possible to get this information with an internal abaqus command, isn't it?
Can anyone help me?
thanks in advance.
V.