mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-04 11:25:38 +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,
|
(TopAbs_ShapeEnum) ancType,
|
||||||
_mapAncestors );
|
_mapAncestors );
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_isShapeToMesh = false;
|
||||||
|
_myMeshDS->ShapeToMesh( PseudoShape() );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user