Salome HOME
PAL16842 (Genertion of groups when a mesh is transformed)
authoreap <eap@opencascade.com>
Mon, 12 Nov 2007 09:59:34 +0000 (09:59 +0000)
committereap <eap@opencascade.com>
Mon, 12 Nov 2007 09:59:34 +0000 (09:59 +0000)
commitc794bff2b691ae5424901223b9bd099a07cdb8cf
tree6cc894da66108d26867584cf98006012361f8a2c
parent02628964286dac2bee1200be74b5bc7d23b4604a
PAL16842 (Genertion of groups when a mesh is transformed)
+  /*!
+   * \brief Create groups of elements made during transformation
+   * \param nodeGens - nodes making corresponding myLastCreatedNodes
+   * \param elemGens - elements making corresponding myLastCreatedElems
+   * \param postfix - to append to names of new groups
+   */
+  PGroupIDs generateGroups(const SMESH_SequenceOfElemPtr& nodeGens,
+                           const SMESH_SequenceOfElemPtr& elemGens,
+                           const std::string&             postfix);
src/SMESH/SMESH_MeshEditor.cxx
src/SMESH/SMESH_MeshEditor.hxx