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