53011: Order of sub-mesh in meshing process does't work
More fix for the SALOME crash
This commit is contained in:
parent
0b23f6ad83
commit
48c26e46ac
@ -955,6 +955,7 @@ bool NETGENPlugin_Mesher::FillNgMesh(netgen::OCCGeometry& occgeom,
|
||||
|
||||
// if second oreder is required, even already meshed faces must be passed to NETGEN
|
||||
int fID = occgeom.fmap.Add( geomFace );
|
||||
if ( occgeom.facemeshstatus.Size() < fID ) occgeom.facemeshstatus.SetSize( fID );
|
||||
occgeom.facemeshstatus[ fID-1 ] = netgen::FACE_MESHED_OK;
|
||||
while ( fID < faceNgID ) // geomFace is already in occgeom.fmap, add a copy
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user