Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / shared_shapes.doc
1 /*!
2
3 \page shared_shapes_page Get Shared Shapes
4
5 This operation is a special case of <b>Explode</b> operation. It
6 produces sub-shapes of the exploded shape (the first shape in the list
7 of argument shapes), which are shared with all other shapes in the
8 arguments.
9
10 To use this operation, select in the Main Menu <b>Operations -> Get
11 Shared Shapes.</b> The following dialog box will appear.
12
13 \image html shared_shapes.png
14
15 <ul>
16 <li> <b>Name</b> is the base name of the resulting shapes; </li>
17 <li> <b>Shapes</b> are the shapes to fing shared sub-shapes of; </li>
18 <li> <b>Sub-shapes Type</b> is the type of required sub-shapes; </li>
19 </ul>
20
21 \n <b>Advanced options</b> \ref preview_anchor "Preview"
22
23 \n <b>TUI Command:</b> <em> geompy.GetSharedShapesMulti(Shapes,
24 Type),</em> where \em Shapes is a list of shapes to fing shared sub-
25 shapes of and \em Type is the type of required sub-shapes.
26
27 Our <b>TUI Scripts</b> provide you with useful examples of the use of
28 \ref swig_GetSharedShapes "Get Shared Shapes" functionality.
29  
30 */