FEM: analysis object, move make def into make objects FEM module
This commit is contained in:
@@ -71,8 +71,8 @@ def import_z88_disp(filename, analysis=None, result_name_prefix=None):
|
||||
if(len(m['Nodes']) > 0):
|
||||
if analysis is None:
|
||||
analysis_name = os.path.splitext(os.path.basename(filename))[0]
|
||||
import FemAnalysis
|
||||
analysis_object = FemAnalysis.makeFemAnalysis('Analysis')
|
||||
import ObjectsFem
|
||||
analysis_object = ObjectsFem.makeAnalysis('Analysis')
|
||||
analysis_object.Label = analysis_name
|
||||
else:
|
||||
analysis_object = analysis # see if statement few lines later, if not analysis -> no FemMesh object is created !
|
||||
|
||||
Reference in New Issue
Block a user