Salome HOME
0022747: [EDF] Improvement of Get Shared Shapes operation
[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. The argument shapes can also be contained in a compound or
9 group.
10
11 To use this operation, select in the Main Menu <b>Operations -> Get
12 Shared Shapes.</b> The following dialog box will appear.
13
14 \image html shared_shapes.png
15
16 <ul>
17 <li> <b>Name</b> is the base name of the resulting shapes. </li>
18 <li> <b>Shapes</b> are the shapes to fing shared sub-shapes of. </li>
19 <li> <b>Sub-shapes Type</b> is the type of required sub-shapes. </li>
20 </ul>
21
22 \n <b>Advanced options:</b> \ref preview_anchor "Preview"
23 <p>
24 <b>TUI Command:</b> <em> geompy.GetSharedShapesMulti( Shapes, Type ),</em> 
25 <br> where \em Shapes is a list or compound of shapes to fing shared sub-
26 shapes of and \em Type is the type of required sub-shapes.
27
28 Our <b>TUI Scripts</b> provide you with useful examples of the use of
29 \ref swig_GetSharedShapes "Get Shared Shapes" functionality.
30  
31 */