Ezio88
Mechanical
- Jun 3, 2015
- 14
Hi,
iam using python script for postprocessing. i want to read the displacement of a node. but my modell has many parts included. in gui iam using the query for reading the node, where i must pick the part to find right the node.
steper= session.openOdb(name=odbName).steps[StepName]
print steper.frames[-1].fieldOutputs['U'].values[2000].data[2]
if i am using these lines i getting the displacement of another node. is there a way to see the whole node numbers or getting access to the part nodes?
best regards
iam using python script for postprocessing. i want to read the displacement of a node. but my modell has many parts included. in gui iam using the query for reading the node, where i must pick the part to find right the node.
steper= session.openOdb(name=odbName).steps[StepName]
print steper.frames[-1].fieldOutputs['U'].values[2000].data[2]
if i am using these lines i getting the displacement of another node. is there a way to see the whole node numbers or getting access to the part nodes?
best regards