Salome HOME
0019939: EDF 762 SMESH : Definition of groups from other existing groups.
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_ProjectionSource1D_i.hxx
index 0284ba09bf20439b0104d185f2a5dc65b11304c5..43b9ab0246c746c7514fa774f2931d75e1dd31fe 100644 (file)
@@ -59,13 +59,13 @@ public:
   virtual ~StdMeshers_ProjectionSource1D_i();
 
   /*!
-   * Sets source <edge> to take a mesh pattern from
+   * Sets source <edge> or a group containing edges to take a mesh pattern from
    */
   void SetSourceEdge(GEOM::GEOM_Object_ptr edge)
     throw ( SALOME::SALOME_Exception );
 
   /*!
-   * Returns the source edge
+   * Returns the source edge or a group containing edges
    */
   GEOM::GEOM_Object_ptr GetSourceEdge();