X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultConstruction.h;h=837add0fb0c6e05aafb49aae55bf0e524b9c36aa;hb=c62a4254fbf27b069449f4766f9c849fe2286109;hp=0a497b271b2d86ac3f50c31b324b9de90ec904f8;hpb=4748bf45f55c8185533d460302d3dbefc948b56e;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultConstruction.h b/src/Model/Model_ResultConstruction.h index 0a497b271..837add0fb 100644 --- a/src/Model/Model_ResultConstruction.h +++ b/src/Model/Model_ResultConstruction.h @@ -27,9 +27,6 @@ class Model_ResultConstruction : public ModelAPI_ResultConstruction bool myIsInHistory; bool myIsInfinite; public: - /// 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 MODEL_EXPORT virtual void colorConfigInfo(std::string& theSection, std::string& theName, std::string& theDefault); @@ -57,6 +54,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