diff --git a/doc/salome/gui/GEOM/partition.htm b/doc/salome/gui/GEOM/partition.htm index 041d8d625..67473bccd 100755 --- a/doc/salome/gui/GEOM/partition.htm +++ b/doc/salome/gui/GEOM/partition.htm @@ -19,7 +19,7 @@ p.whs2 { font-size:12pt; } p.whs3 { font-size:12pt; font-weight:normal; } p.whs4 { font-weight:bold; font-size:14pt; } p.whs5 { font-size:12pt; margin-left:40px; } -img_whs6 { border:none; width:400px; height:350px; float:none; border-style:none; } +img_whs6 { border:none; width:400px; height:376px; float:none; } img_whs7 { border:none; width:400px; height:324px; float:none; border-style:none; } img_whs8 { border:none; float:none; width:297px; height:245px; border-style:none; } img_whs9 { border:none; float:none; width:273px; height:245px; border-style:none; } @@ -93,8 +93,8 @@ if (window.writeIntopicBar)
This - operation builds a shape by intersection of two shapes or a shape - and a plane.
+ operation builds a compound by intersection of several shapes with + a tool object or a plane.The Result will be any GEOM_Object.
@@ -108,7 +108,7 @@ if (window.writeIntopicBar)As far as the intersection of two objects can produce any type of geometrical objects, Reconstruction - Limit box allows to choose the preferrable result, i.e. a solid, + Limit box allows choosing the preferrable result, i.e. a solid, a shell, a list of faces, etc.
TUI Command: @@ -123,16 +123,20 @@ if (window.writeIntopicBar) PartitionAlgo other parameters are ignored by the current functionality and remain there only to support the old scripts.
-Arguments: Name + 2 lists of shapes - (the shapes from the first list will be intersected with the shapes from - the second list) + reconstruction limit.
+Arguments: + Name + 2 lists of shapes (the shapes from the first list will be intersected + with the shapes from the second list) + reconstruction limit.
-
+
Keep nonlimit + shapes checkbox allows building geometrical objects of all types + at the same time i.e. no reconstruction limit is applied.
+
Intersection of a Shape @@ -141,13 +145,13 @@ if (window.writeIntopicBar)
TUI Command - geompy.MakeHalfPartition(Shape, - Plane), where Shape is - a Shape to be intersected and Plane - is a Tool shape, to intersect the Shape.
+ geompy.MakeHalfPartition(Shapes, + Plane), where Shapes are + a list of Shapes to be intersected and Plane + is a Tool shape, to intersect the Shapes.Arguments: Name - + 1 shape which will be intersected + 1 cutting face.
+ + a list of shapes which will be intersected + 1 cutting plane.diff --git a/doc/salome/gui/GEOM/pics/partition1.png b/doc/salome/gui/GEOM/pics/partition1.png index 20b22d296..440dc3c55 100755 Binary files a/doc/salome/gui/GEOM/pics/partition1.png and b/doc/salome/gui/GEOM/pics/partition1.png differ