From 99ef284bf6c17be6b7389b6f7469f070ff9249e8 Mon Sep 17 00:00:00 2001 From: donovaly Date: Sat, 20 Jul 2019 14:46:15 +0200 Subject: [PATCH] update and reshape tooltips for FEM import-export settings --- src/Mod/Fem/Gui/DlgSettingsFemExportAbaqus.ui | 15 ++++++++++++--- src/Mod/Fem/Gui/DlgSettingsFemInOutVtk.ui | 11 ++++++++++- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/Mod/Fem/Gui/DlgSettingsFemExportAbaqus.ui b/src/Mod/Fem/Gui/DlgSettingsFemExportAbaqus.ui index c1d53ce88b..55ed5e5eb7 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemExportAbaqus.ui +++ b/src/Mod/Fem/Gui/DlgSettingsFemExportAbaqus.ui @@ -11,7 +11,7 @@ - Abaqus INP + INP @@ -38,7 +38,10 @@ - If checked, the mesh groups from the mesh are exported as well. + Mesh groups are exported too. +Every constraint and, if there are different materials, material +consists of two mesh groups, faces and nodes where the +constraint or material is applied. @@ -64,7 +67,13 @@ - element parameter: All: all elements, highest: highest elements only, FEM: FEM elements only (only edges not belonging to faces and faces not belonging to volumes) + All: All elements will be exported. + +Highest: Only the highest elements will be exported. This means +for means volumes for a volume mesh and faces for a shell mesh. + +FEM: Only FEM elements will be exported. This means only edges +not belonging to faces and faces not belonging to volumes. diff --git a/src/Mod/Fem/Gui/DlgSettingsFemInOutVtk.ui b/src/Mod/Fem/Gui/DlgSettingsFemInOutVtk.ui index 99b9dccc6b..29dd63a32c 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemInOutVtk.ui +++ b/src/Mod/Fem/Gui/DlgSettingsFemInOutVtk.ui @@ -48,7 +48,16 @@ - How to import VTK files: VTK result object: mesh and results will be imported into a FreeCAD FEM pipline object, FEM mesh object: mesh will be imported into a FreeCAD FEM mesh object, FreeCAD result object: mesh and results will be imported into a FreeCAD FEM result object (because the result component names have to fit with the FreeCAD result object, this might proper work only on VTK files exported from FreeCAD) + VTK result object: A FreeCAD FEM VTK result object will be imported +(equals to the object which was exported). + +FEM mesh object: The results in the VTK file will be omitted, only the +mesh data will be imported and a FreeCAD FEM mesh object will be created. + +FreeCAD result object: The imported data will be converted into a +FreeCAD FEM Result object. Note: this setting needs the exact result +component names and thus it only works properly with VTK files +exported from FreeCAD.