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:11:19 +0000 (14:11 +0000)
committereap <eap@opencascade.com>
Fri, 3 Apr 2009 14:11:19 +0000 (14:11 +0000)
commit9266dd32f067a7d48cb95e3b833a7fba2d6361e6
tree7f711341e622499a2ba31ae9d1705d6e9d3288db
parentc113b9f92eda39a04caed33d839213a3fefc00af
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;
+    _shapeDiagonal = 0.0;
+    _myMeshDS->ShapeToMesh( PseudoShape() );
+  }
src/SMESH/SMESH_Mesh.cxx