Skip to content

Commit

Permalink
FEM: in out VTK, return obj on vtk result import
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed Mar 12, 2019
1 parent eb171db commit 639a497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/feminout/importVTKResults.py
Expand Up @@ -105,6 +105,7 @@ def importVtkVtkResult(filename, resultname):
vtk_result_obj.read(filename)
vtk_result_obj.touch()
FreeCAD.ActiveDocument.recompute()
return vtk_result_obj


def importVtkFemMesh(filename, meshname):
Expand Down

0 comments on commit 639a497

Please sign in to comment.