mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-04 11:35:37 +05:00
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
void SMESH_Mesh::ShapeToMesh(const TopoDS_Shape & aShape) { ... + else + { + _isShapeToMesh = false; + _myMeshDS->ShapeToMesh( PseudoShape() ); + }
This commit is contained in:
parent
fcfee15ac6
commit
e052fc7483
@ -175,6 +175,11 @@ void SMESH_Mesh::ShapeToMesh(const TopoDS_Shape & aShape)
|
||||
(TopAbs_ShapeEnum) ancType,
|
||||
_mapAncestors );
|
||||
}
|
||||
else
|
||||
{
|
||||
_isShapeToMesh = false;
|
||||
_myMeshDS->ShapeToMesh( PseudoShape() );
|
||||
}
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user