Skip to content

Commit

Permalink
FEM: Z88 result reader, fix open Z88 results files directly
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jan 30, 2017
1 parent 3f08dd5 commit 71fe911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Fem/importZ88Results.py
Expand Up @@ -57,6 +57,8 @@ def insert(filename, docname):
def import_z88_disp(filename, analysis=None, result_name_prefix=None):
'''insert a FreeCAD FEM Result object in the ActiveDocument
'''
if result_name_prefix is None:
result_name_prefix = ''
m = read_z88_disp(filename)
if(len(m['Nodes']) > 0):
if analysis is None:
Expand Down

0 comments on commit 71fe911

Please sign in to comment.