From: maintenance team This
- operation builds a shape by intersection of two shapes or a shape
- and 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