FEM: writer base, add missing console log

This commit is contained in:
Bernd Hahnebach
2018-02-09 22:25:54 +01:00
committed by wmayer
parent a33ac38508
commit 5d5d71cf8e

View File

@@ -202,6 +202,7 @@ class FemInputWriter():
def get_element_rotation1D_elements(self):
# get for each geometry edge direction the element ids and rotation norma
FreeCAD.Console.PrintMessage('Beam rotations\n')
if not self.femelement_table:
self.femelement_table = FemMeshTools.get_femelement_table(self.femmesh)
FemMeshTools.get_femelement_direction1D_set(self.femmesh, self.femelement_table, self.beamrotation_objects, self.theshape)