how to read nodal value instead of integration value
how to read nodal value instead of integration value
(OP)
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 ?





RE: how to read nodal value instead of integration value