X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultConstruction.h;h=a6913c4aeb91306cccc95eed11ba51daa5c78685;hb=70bdd86989ad2e604040b3a17aa1bd8ee82d0de7;hp=8f7670158072cf0c2917720eb3b979dd3d9d5b3c;hpb=82b778ce7a74acd9487eed62a62084184344a047;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultConstruction.h b/src/Model/Model_ResultConstruction.h index 8f7670158..a6913c4ae 100644 --- a/src/Model/Model_ResultConstruction.h +++ b/src/Model/Model_ResultConstruction.h @@ -63,8 +63,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); + /// The construction element may be concealed only by "delete" feature + MODEL_EXPORT virtual void setIsConcealed(const bool theValue, const bool theForced = false); /// Updates the shape taking the current value from the data structure, returns true /// if update has been correctly done