Salome HOME
Merge branch 'Dev_1.4.0' of newgeom:newgeom into Dev_1.4.0
[modules/shaper.git] / src / Model / Model_ResultCompSolid.h
index 355be572129f08c030d3a05fdaa9f7d55aa09cc1..152ef4bba942210e94c09a525632d5fcc696f9b1 100755 (executable)
@@ -60,6 +60,8 @@ public:
   MODEL_EXPORT virtual bool setDisabled(std::shared_ptr<ModelAPI_Result> theThis,
     const bool theFlag);
 
+  /// The compsolid is concealed if at least one of the sub is concealed
+  MODEL_EXPORT virtual bool isConcealed();
 protected:
   /// Makes a body on the given feature
   Model_ResultCompSolid();