mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +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; + _shapeDiagonal = 0.0; + _myMeshDS->ShapeToMesh( PseudoShape() ); + }
This commit is contained in:
parent
c113b9f92e
commit
9266dd32f0
@ -177,6 +177,12 @@ void SMESH_Mesh::ShapeToMesh(const TopoDS_Shape & aShape)
|
|||||||
(TopAbs_ShapeEnum) ancType,
|
(TopAbs_ShapeEnum) ancType,
|
||||||
_mapAncestors );
|
_mapAncestors );
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_isShapeToMesh = false;
|
||||||
|
_shapeDiagonal = 0.0;
|
||||||
|
_myMeshDS->ShapeToMesh( PseudoShape() );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user