FEM: code formating do not use to many slashes

This commit is contained in:
Bernd Hahnebach
2019-12-10 21:39:56 +01:00
parent 7fe9beff0f
commit 0b6e79be35
6 changed files with 51 additions and 49 deletions

View File

@@ -964,7 +964,7 @@ void DefineNodesCallback(void * ud, SoEventCallback * n)
Gui::Command::doCommand(Gui::Command::Doc,"App.ActiveDocument.addObject('Fem::FemSetNodesObject','NodeSet')");
Gui::Command::doCommand(Gui::Command::Doc,"App.ActiveDocument.ActiveObject.Nodes = %s",set.str().c_str());
Gui::Command::doCommand(Gui::Command::Doc,"App.activeDocument().%s.addObject(App.activeDocument().NodeSet)",Analysis->getNameInDocument());
////Gui::Command::updateActive();
// Gui::Command::updateActive();
Gui::Command::commitCommand();
//std::vector<Gui::ViewProvider*> views = view->getViewProvidersOfType(ViewProviderMesh::getClassTypeId());