X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModel%2FModel_ResultCompSolid.h;h=b7db1b82e236c71ac0f0a78bbbd8bcd55eff5383;hb=05cb54cb247bda099b1dc9218e3382e79becb40c;hp=ba92674e8c80a03228a3349655dc711447eef05a;hpb=34afe547352180006fee9600173c4dc93dc1f6c3;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultCompSolid.h b/src/Model/Model_ResultCompSolid.h index ba92674e8..b7db1b82e 100755 --- a/src/Model/Model_ResultCompSolid.h +++ b/src/Model/Model_ResultCompSolid.h @@ -31,11 +31,9 @@ public: /// Removes the stored builders MODEL_EXPORT virtual ~Model_ResultCompSolid(); - /// Request for initialization of data model of the object: adding all attributes - MODEL_EXPORT virtual void initAttributes(); - /// Stores the shape (called by the execution method). Creates sub-results for compsolid. - MODEL_EXPORT virtual void store(const std::shared_ptr& theShape); + MODEL_EXPORT virtual void store(const std::shared_ptr& theShape, + const bool theIsStoreSameShapes = true); /// Stores the generated shape. Creates sub-results for compsolid. MODEL_EXPORT virtual void storeGenerated(const std::shared_ptr& theFromShape,