Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/geom.git] / doc / salome / gui / GEOM / input / common_operation.doc
1 /*!
2
3 \page common_operation_page Common
4
5 \n To produce a \b Common operation in the <b>Main Menu</b> select <b>Operations - > Boolean - > Common</b>
6
7 \n This operation cuts the common part of two shapes and transforms it into an independent geometrical object.
8
9 \n The \b Result will be any \b GEOM_Object.
10 \n <b>TUI Command:</b> <em>geompy.MakeCommon(s1, s2)</em>
11 \n <b>Arguments:</b> Name + 2 shapes.
12 \n <b>Advanced option:</b>
13    \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
14
15 \image html bool2.png
16
17 \n <b>Example:</b>
18
19 \image html fusesn1.png "The initial shapes"
20
21 \image html commonsn.png "The resulting object" 
22
23 Our <b>TUI Scripts</b> provide you with useful examples of the use of
24 \ref tui_common "Boolean Operations".
25
26 */