From: skv Date: Thu, 17 Jul 2014 10:06:57 +0000 (+0400) Subject: 0022626: Fix documentation of explode functionality X-Git-Tag: V7_5_0a1~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a8393a016936ad8e0ee071b43322e954fa806371;p=modules%2Fgeom.git 0022626: Fix documentation of explode functionality --- diff --git a/doc/salome/gui/GEOM/input/creating_explode.doc b/doc/salome/gui/GEOM/input/creating_explode.doc index b2f971864..1de29847a 100644 --- a/doc/salome/gui/GEOM/input/creating_explode.doc +++ b/doc/salome/gui/GEOM/input/creating_explode.doc @@ -25,11 +25,13 @@ sub-shapes of a given Type and returns a List of sub-shapes. sub-shapes of a given Type and returns a List of IDs of sub-shapes.
  • geompy.SubShapeAllSortedCentres(Shape, Type) explodes a -shape on sub-shapes of a given type and sorts them by coordinates of -their gravity centers, returning a list of sub-shapes.
  • +shape on sub-shapes of a given type and sorts them taking into account +their gravity centers, to provide stable order of sub-shapes. +It returns a list of sub-shapes.
  • geompy.SubShapeAllSortedCentresIDs(Shape, Type) explodes -a shape on sub-shapes of a given type and sorts them by coordinates of -their gravity centers, returning a List of IDs of sub-shapes.
  • +a shape on sub-shapes of a given type and sorts them taking into +account their gravity centers, to provide stable order of sub-shapes. +It returns a List of IDs of sub-shapes.
  • geompy.SubShape(Shape, Type, ListOfInd) allows to obtain a compound of sub-shapes of the Shape, selected by they indices in a list of all sub-shapes of the given Type. Each index is in the range