From 0dc02f57a44831aa913be604fd39d7248a7f21b6 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 12 Mar 2019 06:03:22 +0100 Subject: [PATCH] FEM: vtk file import pref widget, fix tooltip, fixes #3886 --- src/Mod/Fem/Gui/DlgSettingsFemInOutVtk.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/Gui/DlgSettingsFemInOutVtk.ui b/src/Mod/Fem/Gui/DlgSettingsFemInOutVtk.ui index 127bcdd81b..99b9dccc6b 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemInOutVtk.ui +++ b/src/Mod/Fem/Gui/DlgSettingsFemInOutVtk.ui @@ -48,7 +48,7 @@ - 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) + 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)