Salome HOME
Make the movement, placement and rotation 3D features may be applied to the Part...
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultPart.cpp
index 9790051d7d3b7511d6f075452b9eeea9e1e93216..3639c47b1c8c9f5b49958dea7204cc22e83201c5 100644 (file)
@@ -12,3 +12,9 @@ std::string ModelAPI_ResultPart::groupName()
 {
   return ModelAPI_ResultPart::group();
 }
+
+bool ModelAPI_ResultPart::isConcealed()
+{
+  //return false;
+  return ModelAPI_Result::isConcealed(); // the way with different results is applied
+}