Salome HOME
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
authoreap <eap@opencascade.com>
Fri, 3 Apr 2009 14:19:54 +0000 (14:19 +0000)
committereap <eap@opencascade.com>
Fri, 3 Apr 2009 14:19:54 +0000 (14:19 +0000)
commite052fc74833246dd659c14b8dc637d1fd8c99255
tree513427cbfa57e38766b73c17bbe7763660027611
parentfcfee15ac650f8d9127068e2f9368f8b06a50de6
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() );
+  }
src/SMESH/SMESH_Mesh.cxx