X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultConstruction.h;h=bddac21ee1f8ee2bd8feba7f7bcfca9f552d857a;hb=45400ecc7d183dd2d2edb875bdb36f8fc031bc2c;hp=42fff591b6c08b02eada5fd85f20d06bd3c1bbe9;hpb=443d4d24432c8bb907c28b23bf8db67dad263886;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultConstruction.h b/src/Model/Model_ResultConstruction.h index 42fff591b..bddac21ee 100644 --- a/src/Model/Model_ResultConstruction.h +++ b/src/Model/Model_ResultConstruction.h @@ -30,7 +30,7 @@ class Model_ResultConstruction : public ModelAPI_ResultConstruction /// Request for initialization of data model of the result: adding all attributes virtual void initAttributes(); - // Retuns the parameters of color definition in the resources config manager + /// Retuns the parameters of color definition in the resources config manager MODEL_EXPORT virtual void colorConfigInfo(std::string& theSection, std::string& theName, std::string& theDefault); @@ -57,6 +57,8 @@ class Model_ResultConstruction : public ModelAPI_ResultConstruction MODEL_EXPORT virtual bool isInfinite(); /// Sets the flag that it is infinite MODEL_EXPORT virtual void setInfinite(const bool theInfinite); + /// The construction element is never concealed + MODEL_EXPORT virtual void setIsConcealed(const bool theValue); protected: /// Makes a body on the given feature