From 4cec30a1f74605c3a658eda3f21807ef715f180d Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 16 Dec 2015 12:39:51 +0300 Subject: [PATCH] Fix for the issue #1130 --- src/Model/Model_ResultConstruction.cpp | 5 +++++ src/Model/Model_ResultConstruction.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/Model/Model_ResultConstruction.cpp b/src/Model/Model_ResultConstruction.cpp index 990dee11e..443c9ce9f 100644 --- a/src/Model/Model_ResultConstruction.cpp +++ b/src/Model/Model_ResultConstruction.cpp @@ -89,3 +89,8 @@ void Model_ResultConstruction::setInfinite(const bool theInfinite) { myIsInfinite = theInfinite; } + +void Model_ResultConstruction::setIsConcealed(const bool theValue) +{ + // do nothing: the construction element is never consealed +} diff --git a/src/Model/Model_ResultConstruction.h b/src/Model/Model_ResultConstruction.h index 0a497b271..bddac21ee 100644 --- a/src/Model/Model_ResultConstruction.h +++ b/src/Model/Model_ResultConstruction.h @@ -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 -- 2.30.2