/*! \page shared_shapes_page Get Shared Shapes This operation is a special case of Explode operation. It produces sub-shapes of the exploded shape (the first shape in the list of argument shapes), which are shared with all other shapes in the arguments. To use this operation, select in the Main Menu Operations -> Get Shared Shapes. The following dialog box will appear. \image html shared_shapes.png \n Advanced options \ref preview_anchor "Preview" \n TUI Command: geompy.GetSharedShapesMulti(Shapes, Type), where \em Shapes is a list of shapes to fing shared sub- shapes of and \em Type is the type of required sub-shapes. Our TUI Scripts provide you with useful examples of the use of \ref swig_GetSharedShapes "Get Shared Shapes" functionality. */