mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 18:18:34 +05:00
prevent MakeMesh() from crash if myShapeIDMap.IsEmpty()
This commit is contained in:
parent
00c9fb50be
commit
859674eaf0
@ -3922,7 +3922,7 @@ bool SMESH_Pattern::MakeMesh(SMESH_Mesh* theMesh,
|
|||||||
point->myXYZ.Z());
|
point->myXYZ.Z());
|
||||||
nodesVector [ pIndex ] = node;
|
nodesVector [ pIndex ] = node;
|
||||||
|
|
||||||
if ( true /*subMeshDS*/ ) {
|
if ( !S.IsNull() /*subMeshDS*/ ) {
|
||||||
// !!!!! do not merge new nodes with ones existing on submeshes (see method comment)
|
// !!!!! do not merge new nodes with ones existing on submeshes (see method comment)
|
||||||
switch ( S.ShapeType() ) {
|
switch ( S.ShapeType() ) {
|
||||||
case TopAbs_VERTEX: {
|
case TopAbs_VERTEX: {
|
||||||
|
Loading…
Reference in New Issue
Block a user