Salome HOME
23586: [EDF] HYDRO: Copy mesh to new geometry
authoreap <eap@opencascade.com>
Wed, 5 Sep 2018 10:59:48 +0000 (13:59 +0300)
committereap <eap@opencascade.com>
Wed, 5 Sep 2018 10:59:48 +0000 (13:59 +0300)
commitddca8a32b02af1b376ada07756b2c973b52cee45
tree0b8ea1315e964e89ccbb43c9e68b4f2846607c65
parent2b527066538454203ec286ba6e8f5dc86d28680b
23586: [EDF] HYDRO: Copy mesh to new geometry

--- GEOM_Gen_i.cc ---
In order to assure safe and fast search of initial groups by groups of
the new geometry, behavior of GEOM_Gen operations that implement searching
and publishing of new groups corresponding to initial groups, is
slightly modified. A reference to an initial sub-object is published
under a corresponding new sub-object. The modified functions are
RestoreSubShapesO(), RestoreGivenSubShapesO() and RestoreSubShapesSO().

--- GEOM_Engine.cxx ---
Avoid double removal of GEOM_BaseObject that leads to removal of all
attributes from the root TDF label. That caused some regression, don't
remember which.
src/GEOM/GEOM_Engine.cxx
src/GEOM_I/GEOM_Gen_i.cc