The FemPostPipeline class. read(filepath) read([filepaths], [values], unit, frame_type) Reads in a single vtk file or creates a multiframe result by reading in multiple result files. If multiframe is wanted, 4 argumenhts are needed: 1. List of result files each being one frame, 2. List of values valid for each frame (e.g. [s] if time data), 3. the unit of the value as FreeCAD.Units.Unit, 4. the Description of the frame type scale the points of a loaded vtk file load(result_object) load([result_objects], [values], unit, frame_type) Load a single result object or create a multiframe result by loading multiple result frames. If multiframe is wanted, 4 argumenhts are needed: 1. List of result files each being one frame, 2. List of values valid for each frame (e.g. [s] if time data), 3. the unit of the value as FreeCAD.Units.Unit, 4. the Description of the frame type Returns all filters, that this pipeline uses (non recursive, result does not contain branch child filters) Recomputes all children of the pipeline Get the last post-processing object Check if this pipeline holds a given post-processing object Change name of data arrays