From: jfa Date: Thu, 18 Nov 2010 12:19:51 +0000 (+0000) Subject: Mantis issues 0020939(GetSharedShapes) and 0020842(AllSorted meaning). X-Git-Tag: V6_2_0a1~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9786cc6a9a37e0a090625fb81402adef442d832b;p=modules%2Fgeom.git Mantis issues 0020939(GetSharedShapes) and 0020842(AllSorted meaning). --- diff --git a/doc/salome/gui/GEOM/images/shared_shapes.png b/doc/salome/gui/GEOM/images/shared_shapes.png new file mode 100644 index 000000000..d4062d10c Binary files /dev/null and b/doc/salome/gui/GEOM/images/shared_shapes.png differ diff --git a/doc/salome/gui/GEOM/input/shared_shapes.doc b/doc/salome/gui/GEOM/input/shared_shapes.doc new file mode 100755 index 000000000..b5dd264ba --- /dev/null +++ b/doc/salome/gui/GEOM/input/shared_shapes.doc @@ -0,0 +1,28 @@ +/*! + +\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 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. + +*/