I have a result I've calculated on a set of nodes in a python code object. I'm aware that there's a way to set the contour using dpf, but as I need individual node positions and a custom function to calculate my result, I'd rather use my existing values rather than figure out how to do it all again using dpf.
Is there a way to set the output contour without using dpf? Perhaps a half way house where I can compose a field to use in the dpf SetOutputContour function (I have node Ids and values per node), but how do I construct such a field?