Skip to content

Commit

Permalink
FEM, z88 result import, fill displacement length
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jul 12, 2020
1 parent adcb721 commit f27becb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/feminout/importZ88O2Results.py
Expand Up @@ -111,6 +111,7 @@ def import_z88_disp(
res_obj = ObjectsFem.makeResultMechanical(FreeCAD.ActiveDocument, results_name)
res_obj.Mesh = result_mesh_object
res_obj = importToolsFem.fill_femresult_mechanical(res_obj, result_set)
res_obj = resulttools.add_disp_apps(res_obj) # fill DisplacementLengths
res_obj = resulttools.fill_femresult_stats(res_obj) # fill Stats

if analysis:
Expand Down

0 comments on commit f27becb

Please sign in to comment.