Salome HOME
Merge changes for HYDRO project : hydro/imps_2017_salome_83 branch.
[modules/geom.git] / doc / salome / gui / GEOM / input / propagate_operation.doc
1 /*!
2
3 \page propagate_operation_page Propagate
4
5 \n To produce a \b Propagate operation in the <b>Main Menu</b> select
6 <b>Operations - > Blocks - > Propagate</b>
7
8 \n This operation breaks a multitude of edges of a shape into groups
9 (builds all possible propagation groups).
10 \n The \b Result will be a <b>List of GEOM_Objects</b>. Each Geom
11 Object will contain a group of edges.
12
13 \n <b>TUI Command:</b> <em>geompy.Propagate(Shape),</em> where \em Shape
14 is a shape to build propagation groups on.
15 \n <b>Arguments:</b> 1 Shape.
16
17 \image html mtransf4.png
18
19 \n <b>Example:</b>
20
21 \image html image15.png "The initial box"
22
23 \image html image16.png "The resulting edges"
24
25 Our <b>TUI Scripts</b> provide you with useful examples of the use of
26 \ref tui_propagate "Blocks Operations".
27
28 */