Salome HOME
Fix solvespace version number in environment.
[modules/shaper.git] / src / Model / Model_ResultConstruction.cpp
index 990dee11e474b2739eb4d24cd5da321c5d28817e..443c9ce9f24316fbef0b2f1d9c924866f5061d82 100644 (file)
@@ -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
+}