X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultConstruction.cpp;h=443c9ce9f24316fbef0b2f1d9c924866f5061d82;hb=061a63480f6840b6d945f7744b3b972e2d4cb25d;hp=990dee11e474b2739eb4d24cd5da321c5d28817e;hpb=3d0c457fe845fcc567543e071700ac7121dc51ff;p=modules%2Fshaper.git 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 +}