]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Mantis issues 0020939(GetSharedShapes) and 0020842(AllSorted meaning).
authorjfa <jfa@opencascade.com>
Thu, 18 Nov 2010 12:19:51 +0000 (12:19 +0000)
committerjfa <jfa@opencascade.com>
Thu, 18 Nov 2010 12:19:51 +0000 (12:19 +0000)
doc/salome/gui/GEOM/images/shared_shapes.png [new file with mode: 0644]
doc/salome/gui/GEOM/input/shared_shapes.doc [new file with mode: 0755]

diff --git a/doc/salome/gui/GEOM/images/shared_shapes.png b/doc/salome/gui/GEOM/images/shared_shapes.png
new file mode 100644 (file)
index 0000000..d4062d1
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 (executable)
index 0000000..b5dd264
--- /dev/null
@@ -0,0 +1,28 @@
+/*!
+
+\page shared_shapes_page Get Shared Shapes
+
+This operation is a special case of <b>Explode</b> 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 <b>Operations -> Get
+Shared Shapes.</b> The following dialog box will appear.
+
+\image html shared_shapes.png
+
+<ul>
+<li> <b>Name</b> is the base name of the resulting shapes; </li>
+<li> <b>Shapes</b> are the shapes to fing shared sub shapes of; </li>
+<li> <b>Sub Shapes Type</b> is the type of required sub shapes; </li>
+</ul>
+
+\n <b>TUI Command:</b> <em> geompy.GetSharedShapesMulti(Shapes,
+Type),</em> 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 <b>TUI Scripts</b> provide you with useful examples of the use of
+\ref swig_GetSharedShapes "Get Shared Shapes" functionality.
+*/