mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 13:20:34 +05:00
22501: [CEA 1076] Impossible to mesh at its position a translated without copy shape if the shape has already been meshed
Fix an introduced bug
This commit is contained in:
parent
7cf31f46c4
commit
d58cd4792a
@ -199,7 +199,8 @@ void SMESH_Mesh_i::SetShape( GEOM::GEOM_Object_ptr theShapeObject )
|
|||||||
// to track changes of GEOM groups
|
// to track changes of GEOM groups
|
||||||
SMESH::SMESH_Mesh_var mesh = _this();
|
SMESH::SMESH_Mesh_var mesh = _this();
|
||||||
addGeomGroupData( theShapeObject, mesh );
|
addGeomGroupData( theShapeObject, mesh );
|
||||||
_mainShapeTick = theShapeObject->GetTick();
|
if ( !CORBA::is_nil( theShapeObject ))
|
||||||
|
_mainShapeTick = theShapeObject->GetTick();
|
||||||
}
|
}
|
||||||
|
|
||||||
//================================================================================
|
//================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user