mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
bos #29941 [CEA 29940] concatenate doesn't create node groups if mesh is empty
This commit is contained in:
parent
a81fac1d80
commit
f1a810b957
@ -2613,9 +2613,6 @@ SMESH_Gen_i::ConcatenateCommon(const SMESH::ListOfIDSources& theMeshesArray,
|
||||
|
||||
// copy elements
|
||||
|
||||
SMESH::array_of_ElementType_var srcElemTypes = theMeshesArray[i]->GetTypes();
|
||||
if ( srcElemTypes->length() == 1 && srcElemTypes[0] == SMESH::NODE ) // group of nodes
|
||||
continue;
|
||||
std::vector< const SMDS_MeshElement* > newElems( initMeshDS->NbElements() + 1, 0 );
|
||||
elemIt = initImpl->GetElements( theMeshesArray[i], SMESH::ALL );
|
||||
while ( elemIt->more() )
|
||||
|
Loading…
Reference in New Issue
Block a user