X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fpartition.doc;h=532f4c375ac6a433ac707b01ae1212e0aee187c2;hb=f2389ec0abad2fd35b07f8558ce585c6621d7c12;hp=7dfc5310d482e911256372420d5269e11c2e01b4;hpb=239f8109c64fa0c5a2e1d87a420bad5529b57f48;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/partition.doc b/doc/salome/gui/GEOM/input/partition.doc index 7dfc5310d..532f4c375 100644 --- a/doc/salome/gui/GEOM/input/partition.doc +++ b/doc/salome/gui/GEOM/input/partition.doc @@ -10,7 +10,7 @@

Intersection of two shapes.

\n As far as the intersection of two objects can produce any type of -geometrical objects, Reconstruction Limit box allows choosing the +geometrical objects, Resulting type box allows choosing the preferrable result, i.e. a solid, a shell, a list of faces, etc. \n TUI Command: geompy.MakePartition(ListOfShapes, ListOfTools, ListOfKeepInside, ListOfRemoveInside, Limit, RemoveWebs, @@ -23,11 +23,13 @@ only to support the old scripts. \n Arguments: Name + 2 lists of shapes (the shapes from the first list will be intersected with the shapes from the second list) + reconstruction limit. +\n Advanced option: + \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments". \image html partition1.png -Keep nonlimit shapes checkbox allows building geometrical objects of -all types at the same time i.e. no reconstruction limit is applied. +Keep shapes of lower type checkbox allows building geometrical objects. +Only lower type objects will be preserved without the upper ones.

Intersection of a Shape and a Plane.

@@ -37,16 +39,18 @@ Plane),
where \em Shapes are a list of Shapes to be intersected and \em Plane is a Tool shape, to intersect the \em Shapes. \n Arguments: Name + a list of shapes which will be intersected + 1 cutting plane. +\n Advanced option: + \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments". \image html partition2.png \n Example: -\image html partitionsn1.png +\image html partitionsn1.png "Box intersected by a plane" -\image html partitionsn2.png +\image html partitionsn2.png "Result of intersection" Our TUI Scripts provide you with useful examples of the use of \ref tui_partition "Basic Operations". -*/ \ No newline at end of file +*/