X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fpartition.doc;h=48d56c0366c71c68d346862ef646f30101740e41;hb=ef20f40494c9ede9394c4465ed565a5a30332611;hp=30ac52bbef905cf1b28477a8894da30c8f4b8c50;hpb=bb545186fa0ae02fa021337e6ecbedaba96e620e;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/partition.doc b/doc/salome/gui/GEOM/input/partition.doc old mode 100644 new mode 100755 index 30ac52bbe..48d56c036 --- a/doc/salome/gui/GEOM/input/partition.doc +++ b/doc/salome/gui/GEOM/input/partition.doc @@ -51,10 +51,11 @@ In this case the Partition algorithm will work faster, but the result might diff default behavior. Detect Self-intersections check box is used to check self-intersection of arguments. -- If this option is switched on (by default), each input shape is checked for self-intersection. +It is enabled only if No sub-shapes intersection (Compounds only) is checked. +- If this option is switched off (by default), the partition algorithm is +performed without self-intersection checks. +- If this option is switched on, each input shape is checked for self-intersection. If self-intersection is detected, the operation is aborted. -- If this option is switched off, the partition algorithm is performed without self-intersection -checks. \note This algorithm does not find all types of self-intersections. It is tuned to detect vertex/vertex, vertex/edge, edge/edge, vertex/face and edge/face @@ -75,7 +76,7 @@ checks. geompy.MakePartition(ListOfShapes, ListOfTools, ListOfKeepInside, ListOfRemoveInside, Limit, RemoveWebs, ListOfMaterials, -KeepNonlimitShapes, checkSelfInte) +KeepNonlimitShapes) TUI Command (without sub-shapes intersection): @@ -105,11 +106,9 @@ Activate \ref restore_presentation_parameters_page "Advanced options" if require TUI Command: -geompy.MakeHalfPartition(Shape, Plane, checkSelfInte), where: +geompy.MakeHalfPartition(Shape, Plane), where: - \em Shape is a source shape to be intersected by the \em Plane - \em Plane is a tool shape, to intersect the \em Shape. -- \em checkSelfInte is a flag that indicates if the arguments should -be checked for self-intersection prior to the operation. Examples: