]> SALOME platform Git repositories - modules/hydro.git/blob - doc/salome/gui/HYDRO/copy_paste.h
Salome HOME
update of the documentation
[modules/hydro.git] / doc / salome / gui / HYDRO / copy_paste.h
1
2 /**
3   @file
4   \brief Help for the copy/paste
5 */
6
7 /**
8   \page copy_paste Copy/Paste object(s)
9   
10   <a href="index.html"><b>Back to Main page.</b></a>
11   
12    It is possible to copy and paste objects in HYDROGUI module.
13    
14     To <b>copy</b> any object it's necessary to select it and use one of the following ways:<ol>
15         <li>The main menu <b>Edit => Copy</b>;</li>
16         <li><b>CTRL + C</b> buttons combination; </li>
17         <li>Call context menu of object(s) and <b>Copy</b> command</li>
18     </ol>       
19         
20         When objects have been copied, they can be pasted into the study. To <b>paste</b> them  use one of the following ways:<ol>
21    <li>The main menu <b>Edit => Paste</b>;</li>
22    <li><b>CTRL + V</b> buttons combination; </li>
23   </ol>
24   
25   <b>Paste</b> operation creates new objects, identical to copied and adds them to according branch: <b>polyline</b> - in <b>POLYLINES</b> branch,  <b>stream</b> - in <b>NATURAL OBJECTS</b> branch, etc.
26    
27   <a href="index.html"><b>Back to Main page.</b></a>
28   
29 */