turantug
Civil/Environmental
- Jun 1, 2006
- 11
I am trying to read a nodal S22 value of a model using Python as:
odb.steps['Parallel'].frames[1].fieldOutputs['S'].values[0].data[1]
How can i change position from the default Integration value to nodal value ?
odb.steps['Parallel'].frames[1].fieldOutputs['S'].values[0].data[1]
How can i change position from the default Integration value to nodal value ?