X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultCompSolid.h;h=ba92674e8c80a03228a3349655dc711447eef05a;hb=530f5aff42069e844c4a4ef164088ea23ba0e2dd;hp=21fb163b9769a7ef3ca15542319b63b7b2999764;hpb=600b4ff382e080655a45b175a288e131eb9bc350;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultCompSolid.h b/src/Model/Model_ResultCompSolid.h index 21fb163b9..ba92674e8 100755 --- a/src/Model/Model_ResultCompSolid.h +++ b/src/Model/Model_ResultCompSolid.h @@ -70,6 +70,10 @@ public: /// Sets all subs as concealed in the data tree (referenced by other objects) MODEL_EXPORT virtual void setIsConcealed(const bool theValue); + /// Returns true if the latest modification of this body in the naming history + // is equal to the given shape + MODEL_EXPORT virtual bool isLatestEqual(const std::shared_ptr& theShape); + protected: /// Makes a body on the given feature Model_ResultCompSolid();