Issues using the collector.SetValues() command in ACT Mechanical Scripting

Options
NikolasYounker
NikolasYounker Member Posts: 7
Name Dropper First Comment

Hi, I am using ACT (xml/IPython) scripting to create plots of equivalent stress, temperature gradient, and Yield Margin (via calcs). I used dpf.operators to call all my results opposed to the reader method that a lot of these ACT examples give, because I want to find my values and perform calculations at the nodes. I believe this has led to a disconnect when going to plot because it looks like when others use the collector.SetValues(x,y) command that x is usually an array of element IDs opposed to nodal IDs. Is that correct thinking? And if so is there any way around this to replot using nodal IDs and values? Thank you for any help you all can give.

Comments