Salome HOME
#1330 Multiply selection when Create fillet using Shift button
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultCompSolid.cpp
index b4953c70f40341004ef92f26f2362102576ad240..68ba72f549ebbbc88b4f9ebee6a5b6046935ec05 100755 (executable)
@@ -10,14 +10,9 @@ ModelAPI_ResultCompSolid::~ModelAPI_ResultCompSolid()
 {
 }
 
-std::string ModelAPI_ResultCompSolid::groupName()
+void ModelAPI_ResultCompSolid::setDisplayed(const bool theDisplay)
 {
-  return group();
+  ModelAPI_ResultBody::setDisplayed(theDisplay);
+  for (int i = 0; i < numberOfSubs(); i++)
+    subResult(i)->setDisplayed(theDisplay);
 }
-
-bool ModelAPI_ResultCompSolid::isDisabled() const
-{
-  return false;
-}
-
-