mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
PR: bug on CreateHoleSkin with groups
This commit is contained in:
parent
e88340470b
commit
f3d031f77d
@ -11779,8 +11779,11 @@ void SMESH_MeshEditor::CreateHoleSkin(double radius,
|
||||
groupDS = group->GetGroupDS();
|
||||
if ( !groupDS || groupDS->IsEmpty() ) continue;
|
||||
std::string grpName = group->GetName();
|
||||
//MESSAGE("grpName=" << grpName);
|
||||
if (grpName == groupName)
|
||||
break;
|
||||
else
|
||||
groupDS = 0;
|
||||
}
|
||||
|
||||
bool isNodeGroup = false;
|
||||
@ -11794,6 +11797,7 @@ void SMESH_MeshEditor::CreateHoleSkin(double radius,
|
||||
|
||||
if (nodesCoords.size() > 0)
|
||||
isNodeCoords = true; // a list o nodes given by their coordinates
|
||||
//MESSAGE("---" << isNodeGroup << " " << isNodeCoords);
|
||||
|
||||
// --- define groups to build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user