Salome HOME
Make the movement, placement and rotation 3D features may be applied to the Part...
[modules/shaper.git] / src / ModelAPI / ModelAPI_Result.cpp
index 1816c54d990c9392093afc6958decc215000bf3c..25b97c3a92a98c778a660327c3099fac00e11e78 100644 (file)
@@ -41,6 +41,11 @@ bool ModelAPI_Result::isDisabled() const
   return myIsDisabled;
 }
 
+bool ModelAPI_Result::isConcealed()
+{
+  return myIsConcealed;
+}
+
 void ModelAPI_Result::setIsConcealed(const bool theValue)
 {
   if (myIsConcealed != theValue) {