/*! \page propagate_operation_page Propagate \n To produce a \b Propagate operation in the Main Menu select Operations - > Blocks - > Propagate \n This operation breaks a multitude of edges of a shape into groups (builds all possible propagation groups). \n The \b Result will be a List of GEOM_Objects. Each Geom Object will contain a group of edges. \n TUI Command: geompy.Propagate(Shape), where \em Shape is a shape to build propagation groups on. \n Arguments: 1 Shape. \image html mtransf4.png \n Example: \image html image15.png "The initial box" \image html image16.png "The resulting edges" Our TUI Scripts provide you with useful examples of the use of \ref tui_propagate "Blocks Operations". */