From b70b01b36b6ef17e34a347c7658aa080cf070e94 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 6 Mar 2020 07:50:49 +0100 Subject: [PATCH] FEM: gui commands, comment not used command --- src/Mod/Fem/Gui/Command.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/Fem/Gui/Command.cpp b/src/Mod/Fem/Gui/Command.cpp index 37e0b88a1c..8f6cb3f79f 100644 --- a/src/Mod/Fem/Gui/Command.cpp +++ b/src/Mod/Fem/Gui/Command.cpp @@ -108,6 +108,7 @@ std::string gethideMeshShowPartStr(std::string showConstr="") // commands Part, Analysis, Solver //================================================================================================ +/* ATM no gui command implemented in workbench.cpp, user does it in single steps DEF_STD_CMD_A(CmdFemAddPart) CmdFemAddPart::CmdFemAddPart() @@ -168,7 +169,7 @@ bool CmdFemAddPart::isActive(void) Base::Type type = Base::Type::fromName("Part::Feature"); return Gui::Selection().countObjectsOfType(type) > 0; } - +*/ //================================================================================================ // analysis