From: asozinov Date: Thu, 2 May 2024 11:23:23 +0000 (+0100) Subject: bos #41748 [CEA] Issue in interpolation edition X-Git-Tag: V9_13_0b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=625aadc5a2ec8bf3134439d9906ae3460347398a;p=modules%2Fshaper.git bos #41748 [CEA] Issue in interpolation edition Fix problem, when after renaming Interpolation result in Analytical we received message error --- diff --git a/src/GeomValidators/GeomValidators_MinObjectsSelected.cpp b/src/GeomValidators/GeomValidators_MinObjectsSelected.cpp index 3cb8e5d62..26f1a8526 100644 --- a/src/GeomValidators/GeomValidators_MinObjectsSelected.cpp +++ b/src/GeomValidators/GeomValidators_MinObjectsSelected.cpp @@ -40,7 +40,8 @@ bool GeomValidators_MinObjectsSelected::isValid(const std::shared_ptrname().substr(0, 6) == L"Interp") + // bos#41748: + if (theFeature->getKind() == BuildPlugin_Interpolation::ID()) { AttributeStringPtr anAttr =theFeature->string(BuildPlugin_Interpolation::CREATION_METHOD_ID()); if (anAttr->isInitialized())